-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed as not planned
Description
The 3.0.4 schemas need a review pass for accuracy.
- update
$comment
,description
and$id
URIs for v3.0.3->v3.0.4 (where can an html preview of the specification be viewed?)- will be available at https://spec.openapis.org/oas/v3.0.4.html
- ensure links in specification (referencing schema files) are correct
- 3.0.4 and 3.1.1 will link to https://spec.openapis.org/ which now has a subsection "Non-Normative JSON Schemas" with "view" and "download" links
- compare specification and schema diffs from 3.0.3 and 3.0.4, thinking about any spec changes that haven't yet been reflected in the schemas, and what changes have been made to the schemas already and confirm they are accurate (this SHOULD be a no-op, but mistakes have occasionally happened before ;) )
- ensure the .json and .yaml files are consistent
- verify validity against the draft4 json metaschema
(I am converting locally to draft7 so as to allow:apt-get libjson-schema-modern-perl; json-schema-eval --strict --validate-schema schemas/v3.0/schema.json
)