Skip to content

Commit 5a7e53d

Browse files
committed
Core: Add note on multiple keys in an object
1 parent c77b64a commit 5a7e53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<t>both are strings, and are the same codepoint-for-codepoint; or</t>
194194
<t>both are numbers, and have the same mathematical value; or</t>
195195
<t>both are arrays, and have an equal value item-for-item; or</t>
196-
<t>both are objects, and each property in one has exactly one property with an equal key the other, and that other property has an equal value.</t>
196+
<t>both are objects, and each property in one has exactly one property with an equal key the other, and that other property has an equal value. No way is provided for a key to be used multiple times.</t>
197197
</list>
198198
</t>
199199
</section>

0 commit comments

Comments
 (0)