Skip to content
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

Improve "x-" keyword description #1518

Merged
merged 1 commit into from
Jun 21, 2024
Merged
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
8 changes: 5 additions & 3 deletions jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,13 @@ Implementations MAY provide the ability to register or load handlers for
vocabularies that they do not support directly. The exact mechanism for
registering and implementing such handlers is implementation-dependent.

#### Explicit annotation keywords {#explicit-annotations}
#### Implicit annotation keywords {#implicit-annotations}

The values of keywords which begin with "x-" MUST be collected as annotations.
Keywords which begin with "x-" are implicitly defined as annotation keywords.

Keywords which begin with "x-" symbol MUST NOT affect evaluation of a schema in
The values of such keywords MUST be collected as annotations.

Implicit annotation keywords MUST NOT affect evaluation of a schema in
any way other than annotation collection.

Consequently, the "x-" prefix is reserved for this purpose, and extension
Expand Down
Loading