@@ -3,15 +3,13 @@ additionalItems = {0}: index ''{1}'' is not defined in the schema and the schema
33additionalProperties = {0}: property ' ' {1}' ' is not defined in the schema and the schema does not allow additional properties
44allOf = {0}: must be valid to all the schemas {1}
55anyOf = {0}: must be valid to any of the schemas {1}
6- const = {0}: must be the constant value {1}
6+ const = {0}: must be the constant value ' ' {1}' '
77contains = {0}: does not contain an element that passes these validations: {2}
8- contains.max = {0}: must contain fewer than {1} element(s) that passes these validations: {2}
8+ contains.max = {0}: must contain at most {1} element(s) that passes these validations: {2}
99contains.min = {0}: must contain at least {1} element(s) that passes these validations: {2}
10- crossEdits = {0}: has an error with ' ' cross edits' '
1110dependencies = {0}: has an error with dependencies {1}
12- dependentRequired = {0}: has a missing property " {1}" which is dependent required because " {2}" is present
11+ dependentRequired = {0}: has a missing property ' ' {1}' ' which is dependent required because ' ' {2}' ' is present
1312dependentSchemas = {0}: has an error with dependentSchemas {1}
14- edits = {0}: has an error with ' ' edits' '
1513enum = {0}: does not have a value in the enumeration {1}
1614exclusiveMaximum = {0}: must have an exclusive maximum value of {1}
1715exclusiveMinimum = {0}: must have an exclusive minimum value of {1}
@@ -37,23 +35,24 @@ format.hostname = {0}: does not match the {1} pattern must be a valid RFC 1123 h
3735format.json-pointer = {0}: does not match the {1} pattern must be a valid RFC 6901 JSON Pointer
3836format.relative-json-pointer = {0}: does not match the {1} pattern must be a valid IETF Relative JSON Pointer
3937format.unknown = {0}: has an unknown format ' ' {1}' '
40- id = {0}: {1} is an invalid segment for URI {2}
38+ id = {0}: ' ' {1}' ' is not a valid {2}
4139items = {0}: index ' ' {1}' ' is not defined in the schema and the schema does not allow additional items
4240maxContains = {0}: must be a non-negative integer in {1}
43- maxItems = {0}: must have a maximum of {1} items in the array
41+ maxItems = {0}: must have at most {1} items but found {2}
4442maxLength = {0}: must be at most {1} characters long
45- maxProperties = {0}: must only have a maximum of {1} properties
43+ maxProperties = {0}: must have at most {1} properties
4644maximum = {0}: must have a maximum value of {1}
4745minContains = {0}: must be a non-negative integer in {1}
4846minContainsVsMaxContains = {0}: minContains must less than or equal to maxContains in {1}
49- minItems = {0}: expected at least {1} items but found {2}
47+ minItems = {0}: must have at least {1} items but found {2}
5048minLength = {0}: must be at least {1} characters long
51- minProperties = {0}: must have a minimum of {1} properties
49+ minProperties = {0}: must have at least {1} properties
5250minimum = {0}: must have a minimum value of {1}
5351multipleOf = {0}: must be multiple of {1}
5452not = {0}: must not be valid to the schema {1}
5553notAllowed = {0}: property ' ' {1}' ' is not allowed but it is in the data
5654oneOf = {0}: must be valid to one and only one schema, but {1} are valid
55+ oneOf.indexes = {0}: must be valid to one and only one schema, but {1} are valid with indexes ' ' {2}' '
5756pattern = {0}: does not match the regex pattern {1}
5857patternProperties = {0}: has some error with ' ' pattern properties' '
5958prefixItems = {0}: no validator found at this index
@@ -62,11 +61,10 @@ propertyNames = {0}: property ''{1}'' name is not valid: {2}
6261readOnly = {0}: is a readonly field, it cannot be changed
6362required = {0}: required property ' ' {1}' ' not found
6463type = {0}: {1} found, {2} expected
65- unevaluatedItems = {0}: index ' ' {1}' ' must not be unevaluated or must match unevaluated items schema
66- unevaluatedProperties = {0}: property ' ' {1}' ' must not be unevaluated
67- unionType = {0}: {1} found, but {2} is required
68- uniqueItems = {0}: the items in the array must be unique
69- uuid = {0}: {1} is an invalid {2}
64+ unevaluatedItems = {0}: index ' ' {1}' ' is not evaluated and the schema does not allow unevaluated items
65+ unevaluatedProperties = {0}: property ' ' {1}' ' is not evaluated and the schema does not allow unevaluated properties
66+ unionType = {0}: {1} found, {2} expected
67+ uniqueItems = {0}: must have only unique items in the array
7068writeOnly = {0}: is a write-only field, it cannot appear in the data
7169contentEncoding = {0}: does not match content encoding {1}
72- contentMediaType = {0}: is not a content media type
70+ contentMediaType = {0}: is not a content media type
0 commit comments