We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b87b2 commit 0bc8f3cCopy full SHA for 0bc8f3c
jsonschema-core.xml
@@ -306,7 +306,7 @@
306
operation when they encounter a network-addressible URI.
307
</t>
308
<t>
309
- A schema MUST NOT be run against an instance more than once. For example, if two schemas "#alice" and "#bob"
+ A schema MUST NOT be run into an infinite loop against a schema. For example, if two schemas "#alice" and "#bob"
310
both have an "allOf" property that refers to the other, a naive validator might get stuck in an infinite recursive
311
loop trying to validate the instance.
312
0 commit comments