karate - how to validate that param is string and having max length

Viewed 1036

In karate, how to check if in the response, name field is string type and having max length upto 35. I know how to validate, string, but don't know how to check the length at same time.

name: '#string',

1 Answers
Related