Skip to content

Commit

Permalink
update wording to more effectively convey that these keywords are 'kn…
Browse files Browse the repository at this point in the history
…own'
  • Loading branch information
gregsdennis committed Jun 11, 2024
1 parent d05516c commit 9d4c9b0
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 9d4c9b0

Please sign in to comment.