We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c89412 commit ad14e06Copy full SHA for ad14e06
1 file changed
src/main/java/com/networknt/schema/ValidatorTypeCode.java
@@ -23,7 +23,7 @@
23
public enum ValidatorTypeCode {
24
ADDITIONAL_PROPERTIES("additionalProperties", "1001", new MessageFormat(
25
"{0}.{1}: is not defined in the schema and the schema does not allow additional properties")),
26
- ALL_OF("allOf", "1002", new MessageFormat("{0}: should be valid to all of the schemas {1}")),
+ ALL_OF("allOf", "1002", new MessageFormat("{0}: should be valid to all the schemas {1}")),
27
ANY_OF("anyOf", "1003", new MessageFormat("{0}: should be valid to any of the schemas {1}")),
28
CROSS_EDITS("crossEdits", "", new MessageFormat("{0}: has some error with 'cross edits'")),
29
DEPENDENCIES("dependencies", "1007", new MessageFormat("{0}: has some error with dependencies {1}")),
0 commit comments