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 d972889 commit fb9a49dCopy full SHA for fb9a49d
src/main/java/com/github/fge/jsonschema/processors/data/FullData.java
@@ -35,7 +35,8 @@
35
* indicating whether validation should go as deep as posssible.</p>
36
*
37
* <p>If the boolean argument is false, then container children (array elements
38
- * or object members) will not be validated if the </p>
+ * or object members) will not be validated if the container itself fails
39
+ * validation.</p>
40
41
* <p>The {@link ProcessingMessage} template generated contains information
42
* about both the schema and instance.</p>
0 commit comments