instrumenta / openapi2jsonschema

Convert OpenAPI definitions into JSON schemas for all types in the API
Other
226 stars 87 forks source link

$schema value should be a known draft version #38

Open mattbishop opened 4 years ago

mattbishop commented 4 years ago

"$schema": "http://json-schema.org/schema#" is not a valid schema reference. Please emit the specific draft the schemas adhere to.

You can find the various drafts here: https://json-schema.org/specification.html