Skip to content

Commit

Permalink
Merge pull request #708 from djpadz/const-clarification
Browse files Browse the repository at this point in the history
Clarifying "const" usage.
  • Loading branch information
handrews committed Mar 4, 2019
2 parents ee2f7f1 + 3ef66dc commit eb25539
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 eb25539

Please sign in to comment.