Derbylock
Derbylock
+1 React
I've solved the same problem by creating custom function base on oasExample: rules.yaml: ``` oas3-valid-schema-example-strict: severity: error message: "{{error}}" recommended: true formats: ["oas3"] given: - "$.components.schemas..[?(@property !== 'properties' && @...
Seems like the same problem as in the #2506
From my point of view, the only promising replacement for kin-openapi which supports OpenAPI 3.1 is a libopenapi https://github.com/pb33f/libopenapi. But during my last test I found that it lacked some...
Can we merge this PR? @jamietanna, cant I help somehow to merge this PR?