OpenAPI-Specification
OpenAPI-Specification copied to clipboard
Updated (draft 2020-12) json schema for openapi v3.0 spec
Currently the openapi v3.0 schema is using draft-04 of json schema. Would it be possible to get an updated version of the schema using Draft 2019-09 or 2020-12?
We are currently using openapi v3.0 and would like to validate the specifications using json schema, but the libraries tend only only support a limited number of json schema versions, having a more recent version of the specification available would help.
You can use this new tool to automatically transform a draft-04 schema to a newer version. https://alterschema.sourcemeta.com/
That looks promising, thanks @jdesrosiers
There's an appetite to move to newer specs but draft 4 will be supported for quite some time and most all tooling should still support it. There are some very large projects on draft 4 still, like MongoDB