sarangsbabu367

Results 6 comments of sarangsbabu367

@koxudaxi May i open a pr for this ? 1. Can you suggest some points to improve the validator representation in `yaml`, like currently there is an option for `customTypePath`...

@samselikoff No I am adding headers in my request and i want to get these headers inside mirage.

@p1c2u If we make a custom formatter, still formatter is called after validation. So it wont be useful.

@p1c2u Yes i am getting. But i think there is some issue with path eventhough my path is of form `/users/{id}/relationships/accounts`, when i tried to log the path. I got...

Related to this issue, Can we validate properties in deepObject schema, I tried with `additionalProperties: false`. But it wasnt validated. Any value can be given inside deebObject query-param.

@p1c2u As you said it is possible to validate a requestBody with a set of schemas using `oneOf` and `anyOf`. 1. Is it the correct way to do it ?...