Core Vocabulary Official Included By Default
The vocabulary that defines JSON Schema core terminology and mechanisms, including pointing to another JSON Schema by reference, dereferencing a JSON Schema reference, and specifying the vocabulary being used.
| Base Dialect | Draft 6 |
|---|---|
| URI | https://json-schema.org/draft-06/draft-wright-json-schema-01.html |
| Specification | https://json-schema.org/draft-06/draft-wright-json-schema-01.html |
| Authors | |
| Metaschema | http://json-schema.org/draft-06/schema# |
This vocabulary is mandatory on this dialect. It is available by default and cannot be removed.
Keywords
| Keyword | Kind | Instance | Summary |
|---|---|---|---|
| $id | Identifier | Any | This keyword declares an identifier for the schema resource. |
| $schema | Identifier | Any | This keyword is both used as a JSON Schema dialect identifier and as a reference to a JSON Schema which describes the set of valid schemas written for this particular dialect. |
| $ref | Applicator | Any | This keyword is used to reference a statically identified schema. |