I'm thrilled to see that this excellent library has quietly updated to support 3.1. Thank you!!
In v0.6.4, responses.ValidateResponseSchema performs validation fixed in OpenAPI Spec 3.1.
|
jsch, err := helpers.NewCompiledSchema(helpers.ResponseBodyValidation, jsonSchema, options) |
Is there any plan to reintroduce support for OpenAPI Spec 3.0 in responses.ValidateResponseSchema?
If possible, we would appreciate it if you could support both 3.0 and 3.1.