Skip to content

Commit

Permalink
Clarifying "const" usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dj Padzensky committed Feb 7, 2019
1 parent b114d64 commit 3ef66dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@
<t>
The value of this keyword MAY be of any type, including null.
</t>
<t>
Use of this keyword is functionally equivalent to an
<xref target="json-schema">"enum"</xref> with a single value.
</t>
<t>
An instance validates successfully against this keyword if its value is
equal to the value of the keyword.
Expand Down

0 comments on commit 3ef66dc

Please sign in to comment.