sarangsbabu367

Results 9 issues of sarangsbabu367

**Is your feature request related to a problem? Please describe.** `pydantic` supports the provision to add a validator decorator for fields. Is there anyway to represent this in `jsonschema` and...

enhancement

I am building an ember app and i want to include some additional keys in `request header`. Is it possible to access these keys from ember-cli-mirage. Since mirage is intercepting...

* I have a usecase with validating request by `discriminator` and it is not supported yet.

kind/question

Since `operationId` is a unique property. If there is a way to fetch schema details with a `operationId` will be very useful, rather than using path-pattern.

1. Why `validate_body() is deprecated ? 2. Is there any alternative to validate request-body alone?

* Currently formatter is called after validating the field, is there any option to alter this flow. * use-case: - I have to trim string values before validating with `minLength`.

kind/question
area/validation/request

It will be very useful if we can access the field-context in custom-formatters for unmarshalling.

We are using same schema for POST & PATCH and we declared a `default` value for a field. In the PATCH request, if this field is not given it is...

Does openapi support `request-body` for DELETE request ?. \ I am getting `None` after validation.

kind/question
area/validation/request