My own use case would be to validate the schemas in the upcoming Open API 3.1 spec which are based on 2019-09. Historically OpenAPI has used a forked/incompatible variant of JSON Schema but with 3.1 it is a strict superset, meaning that any JSON Schema validator, like valijson, can be used for validating request payloads etc.
My own use case would be to validate the schemas in the upcoming Open API 3.1 spec which are based on 2019-09. Historically OpenAPI has used a forked/incompatible variant of JSON Schema but with 3.1 it is a strict superset, meaning that any JSON Schema validator, like valijson, can be used for validating request payloads etc.