I have a `type: array` field in response schema with `nullable: true`. But I get > Error while validating response: response.body.chain.places.places should be array Response validation for `null` works if I change `type: array` to `type: object` in schema.
I have a
type: arrayfield in response schema withnullable: true. But I getResponse validation for
nullworks if I changetype: arraytotype: objectin schema.