Skip to content

Commit 3ef66dc

Browse files
author
Dj Padzensky
committed
Clarifying "const" usage.
1 parent b114d64 commit 3ef66dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsonschema-validation.xml

+4
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@
242242
<t>
243243
The value of this keyword MAY be of any type, including null.
244244
</t>
245+
<t>
246+
Use of this keyword is functionally equivalent to an
247+
<xref target="json-schema">"enum"</xref> with a single value.
248+
</t>
245249
<t>
246250
An instance validates successfully against this keyword if its value is
247251
equal to the value of the keyword.

0 commit comments

Comments
 (0)