Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit fe3f20b

Browse files
committed
The vocabulary document is considered authoritative.
1 parent 2f0f2ff commit fe3f20b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

learn/glossary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ In recent [drafts](#draft) of the specification, a schema is either a JSON objec
8484

8585
A collection of related [keywords](keyword), grouped to facilitate re-use.
8686

87-
A vocabulary typically includes both a [meta-schema](#meta-schema) which formally defines the keywords it contains, as well as a prose document or specification which explains the semantics of its keywords in a way suitable for implementers and users of the vocabulary.
87+
A vocabulary is specified by a prose document or specification which explains the semantics of its keywords in a way suitable for implementers and users of the vocabulary.
88+
It often also includes a [meta-schema](#meta-schema) (or multiple metaschemas) which define the syntax of its keywords.
8889

8990
Anyone can create and publish a vocabulary, and implementations generally will include facilities for extending themselves with support for additional vocabularies and their keywords.
9091
The JSON Schema specification includes a number of vocabularies which cover each of the keywords it defines.

0 commit comments

Comments
 (0)