This directory contains the YAML source for generating the JSON Schema for validating OpenAPI definitions of versions 3.0.X, which is published on https://spec.openapis.org.
Due to limitations of GitHub pages, the schemas on the spec site are served with Content-Type: application/octet-stream
, but should be interpreted as application/schema+json
.
The source in this directory, which has WORK-IN-PROGRESS
in its id
, is not intended for direct use.
The published schemas on the spec site have an iteration date in their id
s.
This allows the schemas for a release line (in this case 3.0) to be updated independent of the spec patch release cycle.
The iteration version of the JSON Schema can be found in the id
field.
For example, the value of id: https://spec.openapis.org/oas/3.0/schema/2019-04-02
means this iteration was created on April 2nd, 2019.
We are working on how to best provide programmatic access for determining the latest date for each schema.
As a reminder, the JSON Schema is not the source of truth for the Specification. In cases of conflicts between the Specification itself and the JSON Schema, the Specification wins. Also, some Specification constraints cannot be represented with the JSON Schema so it's highly recommended to employ other methods to ensure compliance.
The schema only validates the mandatory aspects of the OAS. Validating requirements that are optional, or field usage that has undefined or ignored behavior are not within the scope of this schema. Schemas to perform additional optional validation are under consideration.
Improvements can be submitted by opening a PR against the main
branch.
Modify the schema.yaml
file and add test cases for your changes.
The TSC will then:
- Run tests on the updated schema
- Update the iteration version
- Publish the new version
The test suite is part of this package.
npm install
npm test