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 0bc8f3c commit 864de0dCopy full SHA for 864de0d
jsonschema-core.xml
@@ -309,6 +309,7 @@
309
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
+ Schemas SHOULD NOT make use of infinite recursive nesting like this, the behavior is undefined.
313
</t>
314
</section>
315
0 commit comments