openapi-core
openapi-core copied to clipboard
[Question] Default value option.
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 appended with default value by openapi-core. I know it should be the behaviour, but is there any way to turn this off ?