Skip to content

Put "dialect" in the spec. #985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<t>
To facilitate re-use, keywords can be organized into vocabularies. A vocabulary
consists of a list of keywords, together with their syntax and semantics.
A set of vocabularies identified by a meta-schema is known as a dialect.
</t>
<t>
JSON Schema can be extended either by defining additional vocabularies,
Expand Down Expand Up @@ -173,7 +174,9 @@
</t>
<t>
Further vocabularies for purposes such as structural validation or
hypermedia annotation are defined in other documents.
hypermedia annotation are defined in other documents. These other
documents each define a dialect collecting the standard sets of
vocabularies needed to write schemas for that document's purpose.
</t>
</section>

Expand Down
5 changes: 3 additions & 2 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@

<section title="Meta-Schema" anchor="meta-schema">
<t>
The current URI for the default JSON Schema meta-schema is
The current URI for the default JSON Schema dialect meta-schema is
<eref target="https://json-schema.org/draft/2019-09/schema"/>.
For schema author convenience, this meta-schema describes all vocabularies
For schema author convenience, this meta-schema describes a dialect
consisting of all vocabularies
defined in this specification and the JSON Schema Core specification,
as well as two former keywords which are reserved for a transitional period.
Individual vocabulary and vocabulary meta-schema URIs are given for
Expand Down