Skip to content

Commit 0bc8f3c

Browse files
committed
Core: Clarify about infinite loops
1 parent 38b87b2 commit 0bc8f3c

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
@@ -306,7 +306,7 @@
306306
operation when they encounter a network-addressible URI.
307307
</t>
308308
<t>
309-
A schema MUST NOT be run against an instance more than once. For example, if two schemas "#alice" and "#bob"
309+
A schema MUST NOT be run into an infinite loop against a schema. For example, if two schemas "#alice" and "#bob"
310310
both have an "allOf" property that refers to the other, a naive validator might get stuck in an infinite recursive
311311
loop trying to validate the instance.
312312
</t>

0 commit comments

Comments
 (0)