Skip to content

clarify what a keyword's annotation value is #1578

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
Feb 14, 2025
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
4 changes: 2 additions & 2 deletions specs/jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@ which are provided to applications to use as they see fit. JSON Schema
implementations are not expected to make use of the collected information on
behalf of applications.

Unless otherwise specified, the value of an annotation keyword is the keyword's
value. However, other behaviors are possible. For example, [JSON
Unless otherwise specified, a keyword's annotation value is value of the
keyword itself. However, other behaviors are possible. For example, [JSON
Hyper-Schema's](https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-hyperschema-02)
`links` keyword is a complex annotation that produces a value based in part on
the instance data.
Expand Down