@@ -3,15 +3,13 @@ additionalItems = {0}: index ''{1}'' is not defined in the schema and the schema
3
3
additionalProperties = {0}: property ' ' {1}' ' is not defined in the schema and the schema does not allow additional properties
4
4
allOf = {0}: must be valid to all the schemas {1}
5
5
anyOf = {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}' '
7
7
contains = {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}
9
9
contains.min = {0}: must contain at least {1} element(s) that passes these validations: {2}
10
- crossEdits = {0}: has an error with ' ' cross edits' '
11
10
dependencies = {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
13
12
dependentSchemas = {0}: has an error with dependentSchemas {1}
14
- edits = {0}: has an error with ' ' edits' '
15
13
enum = {0}: does not have a value in the enumeration {1}
16
14
exclusiveMaximum = {0}: must have an exclusive maximum value of {1}
17
15
exclusiveMinimum = {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
37
35
format.json-pointer = {0}: does not match the {1} pattern must be a valid RFC 6901 JSON Pointer
38
36
format.relative-json-pointer = {0}: does not match the {1} pattern must be a valid IETF Relative JSON Pointer
39
37
format.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}
41
39
items = {0}: index ' ' {1}' ' is not defined in the schema and the schema does not allow additional items
42
40
maxContains = {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}
44
42
maxLength = {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
46
44
maximum = {0}: must have a maximum value of {1}
47
45
minContains = {0}: must be a non-negative integer in {1}
48
46
minContainsVsMaxContains = {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}
50
48
minLength = {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
52
50
minimum = {0}: must have a minimum value of {1}
53
51
multipleOf = {0}: must be multiple of {1}
54
52
not = {0}: must not be valid to the schema {1}
55
53
notAllowed = {0}: property ' ' {1}' ' is not allowed but it is in the data
56
54
oneOf = {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}' '
57
56
pattern = {0}: does not match the regex pattern {1}
58
57
patternProperties = {0}: has some error with ' ' pattern properties' '
59
58
prefixItems = {0}: no validator found at this index
@@ -62,11 +61,10 @@ propertyNames = {0}: property ''{1}'' name is not valid: {2}
62
61
readOnly = {0}: is a readonly field, it cannot be changed
63
62
required = {0}: required property ' ' {1}' ' not found
64
63
type = {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
70
68
writeOnly = {0}: is a write-only field, it cannot appear in the data
71
69
contentEncoding = {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