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.