mservicetech / openapi-schema-validation

Apache License 2.0
15 stars 9 forks source link

OpenAPI 3.1 unevaluatedProperties support #48

Open david0 opened 3 months ago

david0 commented 3 months ago

I'm wondering if this library is capable of validating OpenAPI 3.1.

In particular I'm interested in the unevaluatedProperties feature.

For me it looks like this needs annotationCollectionEnabled = true on the json-schema-validator, which I is afaik nothing that can be configured when using openapi-schema-validation.