@@ -25,9 +25,9 @@ public enum ValidatorTypeCode {
25
25
"{0}.{1}: is not defined in the schema and the schema does not allow additional properties" )),
26
26
ALL_OF ("allOf" , "1002" , new MessageFormat ("{0}: should be valid to all the schemas {1}" )),
27
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 an error with 'cross edits'" )),
28
+ CROSS_EDITS ("crossEdits" , "1004 " , new MessageFormat ("{0}: has an error with 'cross edits'" )),
29
29
DEPENDENCIES ("dependencies" , "1007" , new MessageFormat ("{0}: has an error with dependencies {1}" )),
30
- EDITS ("edits" , "" , new MessageFormat ("{0}: has an error with 'edits'" )),
30
+ EDITS ("edits" , "1005 " , new MessageFormat ("{0}: has an error with 'edits'" )),
31
31
ENUM ("enum" , "1008" , new MessageFormat ("{0}: does not have a value in the enumeration {1}" )),
32
32
FORMAT ("format" , "1009" , new MessageFormat ("{0}: does not match the {1} pattern {2}" )),
33
33
ITEMS ("items" , "1010" , new MessageFormat ("{0}[{1}]: no validator found at this index" )),
0 commit comments