Json Schema
The smallest JSON Schema worth copying — an object, typed properties, one constraint, one required field, and a description on everything. Written against 2020-12, the dialect OpenAPI 3.1 uses, so it drops straight into components.schemas with no translation. Its own examples are validated against the properties they sit on, because a starter whose examples do not validate is worse than no starter.
Tags
- JSON Schema
- Starter
- Contracts
Resources
-
The starter
— JSONSchema
JSON Schema 2020-12 — copy this file and edit it. -
Repository
— GitHubRepository
Every starter, with a validator that checks them. -
Specification
— Specification
The specification this starter is written against.