Skip to content

Commit 1a633f7

Browse files
committed
Clarify $comment and annotations
"$comment" is not an annotation. Now that we have the concept of keyword classifications, this makes the distinction between "description" (which is an annotation) and "$comment" (which is not) more clear.
1 parent 5b51942 commit 1a633f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,8 @@
999999
schemas is a concern.
10001000

10011001
Implementations MUST NOT take any other action based on the presence, absence,
1002-
or contents of "$comment" properties.
1002+
or contents of "$comment" properties. In particular, the value of "$comment"
1003+
MUST NOT be collected as an annotation result.
10031004
</t>
10041005
</section>
10051006

0 commit comments

Comments
 (0)