File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 146146 <t >
147147 To facilitate re-use, keywords can be organized into vocabularies. A vocabulary
148148 consists of a list of keywords, together with their syntax and semantics.
149+ A set of vocabularies identified by a meta-schema is known as a dialect.
149150 </t >
150151 <t >
151152 JSON Schema can be extended either by defining additional vocabularies,
173174 </t >
174175 <t >
175176 Further vocabularies for purposes such as structural validation or
176- hypermedia annotation are defined in other documents.
177+ hypermedia annotation are defined in other documents. These other
178+ documents each define a dialect collecting the standard sets of
179+ vocabularies needed to write schemas for that document's purpose.
177180 </t >
178181 </section >
179182
Original file line number Diff line number Diff line change 177177
178178 <section title =" Meta-Schema" anchor =" meta-schema" >
179179 <t >
180- The current URI for the default JSON Schema meta-schema is
180+ The current URI for the default JSON Schema dialect meta-schema is
181181 <eref target =" https://json-schema.org/draft/2019-09/schema" />.
182- For schema author convenience, this meta-schema describes all vocabularies
182+ For schema author convenience, this meta-schema describes a dialect
183+ consisting of all vocabularies
183184 defined in this specification and the JSON Schema Core specification,
184185 as well as two former keywords which are reserved for a transitional period.
185186 Individual vocabulary and vocabulary meta-schema URIs are given for
You can’t perform that action at this time.
0 commit comments