openapi2jsonschema icon indicating copy to clipboard operation
openapi2jsonschema copied to clipboard

$schema value should be a known draft version

Open mattbishop opened this issue 5 years ago • 0 comments

"$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

mattbishop avatar Jun 05 '20 22:06 mattbishop