1- $ref = [{0}] Error with referenced schema.
2- const = [{0}] Expected value ' ' {1 }' ' .
3- contains =[{0}] No element was found passing these validations: {2 }
4- dependencies = [{0}] Error with dependencies {1 }.
5- dependentRequired = [{0}] Property ' ' {1 }' ' is missing which is required because ' ' {2 }' ' is present.
6- dependentSchemas = [{0}] Error with dependent schemas {1 }.
7- enum = [{0}] Unexpected value found. Valid values are {1 }.
8- format = [{0}] Value does not match the {1 } pattern {2 }
9- id = [{0}] ' ' {1 }' ' is an invalid segment for URI {2 }
10- maxItems = [{0}] The size of the array must be at most {1 }.
11- minItems = [{0}] The size of the array must be at least {1 }.
12- maxLength = [{0}] The value' ' s length must be at most {1 }.
13- minLength = [{0}] The value' ' s length must be at least {1 }.
14- maxProperties = [{0}] The number of defined properties must be at most {1 }.
15- minProperties = [{0}] The number of defined properties must be at least {1 }.
16- maximum = [{0}] Value must be less than or equal to {1 }.
17- minimum = [{0}] Value must be greater than or equal to {1 }.
18- exclusiveMaximum = [{0}] Value must be less than {1 }.
19- exclusiveMinimum = [{0}] Value must be greater than {1 }.
20- multipleOf = [{0}] Value must be a multiple of {1 }.
21- pattern = [{0}] Value does not match the regex pattern {1 }.
22- patternProperties = [{0}] The object does not match defined property patterns.
23- prefixItems = [{0}] No validator found at this index.
24- properties = [{0}] The object has an error in its defined properties.
25- readOnly = [{0}] Property is readonly and cannot be changed.
26- required = [{0}] Missing required property ' ' {1 }' ' .
27- type = [{0}] Expected {2 } but found {1 }.
28- unionType = [{0}] Expected {2 } but found {1 }.
29- uniqueItems = [{0}] The items in the array must be unique.
30- contains.max = [{0}] Must contain fewer than {1 } element(s) that pass these validations: {2 }
31- contains.min = [{0}] Must contain at least {1 } element(s) that pass these validations: {2 }
32- maxContains = [{0}] Must be a non-negative integer in {1 }.
33- minContains = [{0}] Must be a non-negative integer in {1 }.
34- minContainsVsMaxContains = [{0}] minContains must less than or equal to maxContains in {1 }.
35- writeOnly = [{0}] Write-only field that cannot appear in the data.
36- contentEncoding = [{0}] Does not match content encoding {1 }.
1+ $ref = Error with referenced schema.
2+ const = Expected value ' ' {0 }' ' .
3+ contains =No element was found passing these validations: {1 }
4+ dependencies = Error with dependencies {0 }.
5+ dependentRequired = Property ' ' {0 }' ' is missing which is required because ' ' {1 }' ' is present.
6+ dependentSchemas = Error with dependent schemas {0 }.
7+ enum = Unexpected value found. Valid values are {0 }.
8+ format = Value does not match the {0 } pattern {1 }
9+ id = ' ' {0 }' ' is an invalid segment for URI {1 }
10+ maxItems = The size of the array must be at most {0 }.
11+ minItems = The size of the array must be at least {0 }.
12+ maxLength = The value' ' s length must be at most {0 }.
13+ minLength = The value' ' s length must be at least {0 }.
14+ maxProperties = The number of defined properties must be at most {0 }.
15+ minProperties = The number of defined properties must be at least {0 }.
16+ maximum = Value must be less than or equal to {0 }.
17+ minimum = Value must be greater than or equal to {0 }.
18+ exclusiveMaximum = Value must be less than {0 }.
19+ exclusiveMinimum = Value must be greater than {0 }.
20+ multipleOf = Value must be a multiple of {0 }.
21+ pattern = Value does not match the regex pattern {0 }.
22+ patternProperties = The object does not match defined property patterns.
23+ prefixItems = No validator found at this index.
24+ properties = The object has an error in its defined properties.
25+ readOnly = Property is readonly and cannot be changed.
26+ required = Missing required property ' ' {0 }' ' .
27+ type = Expected {1 } but found {0 }.
28+ unionType = Expected {1 } but found {0 }.
29+ uniqueItems = The items in the array must be unique.
30+ contains.max = Must contain fewer than {0 } element(s) that pass these validations: {1 }
31+ contains.min = Must contain at least {0 } element(s) that pass these validations: {1 }
32+ maxContains = Must be a non-negative integer in {0 }.
33+ minContains = Must be a non-negative integer in {0 }.
34+ minContainsVsMaxContains = minContains must less than or equal to maxContains in {0 }.
35+ writeOnly = Write-only field that cannot appear in the data.
36+ contentEncoding = Does not match content encoding {0 }.
3737contentMediaType = {0} is not a content media type.
38- additionalProperties = [{0}] Property ' ' {1}' ' not defined in the schema and additional properties are not allowed.
39- allOf = [{0}] Node must be valid for all its defined schemas {1}.
40- anyOf = [{0}] Node must be valid for any of its defined schemas {1}.
41- oneOf = [{0}] Node must be valid for only one of its defined schemas, but it was valid for {1} schemas.
42- oneOf.indexes = [{0}] Node must be valid for only one of its defined schemas, but it was valid for {1} schemas with indexes ' ' {2}' ' .
43- false = [{0}] Considered by default as invalid.
44- items = [{0}] Index ' ' {1}' ' is not defined in the schema and additional items are not allowed.
45- not = [{0}] Node must not be valid for the schema {1}.
46- notAllowed = [{0}] Property ' ' {1}' ' is not allowed here.
47- propertyNames = [{0}] Property name ' ' {1}' ' is invalid: {2}
48- unevaluatedProperties = [{0}] Property ' ' {1}' ' must not be unevaluated.
49- unevaluatedItems =[{0}] Item at index {1} must not be unevaluated or must match the schema for unevaluated items.
50- additionalItems = [{0}] Index ' ' {1}' ' is not defined in the schema and additional items are not allowed.
51- format.date = [{0}] Value does not match the {1} pattern (must be a valid RFC 3339 full-date).
52- format.date-time = [{0}] Value does not match the {1} pattern (must be a valid RFC 3339 date-time).
53- format.duration = [{0}] Value does not match the {1} pattern (must be a valid ISO 8601 duration).
54- format.email = [{0}] Value does not match the {1} pattern (must be a valid RFC 5321 Mailbox).
55- format.ipv4 = [{0}] Value does not match the {1} pattern (must be a valid RFC 2673 IP address).
56- format.ipv6 = [{0}] Value does not match the {1} pattern (must be a valid RFC 4291 IP address).
57- format.idn-email = [{0}] Value does not match the {1} pattern (must be a valid RFC 6531 Mailbox).
58- format.idn-hostname = [{0}] Value does not match the {1} pattern (must be a valid RFC 5890 internationalized hostname).
59- format.iri = [{0}] Value does not match the {1} pattern (must be a valid RFC 3987 IRI).
60- format.iri-reference = [{0}] Value does not match the {1} pattern (must be a valid RFC 3987 IRI-reference).
61- format.uri = [{0}] Value does not match the {1} pattern (must be a valid RFC 3986 URI).
62- format.uri-reference = [{0}] Value does not match the {1} pattern (must be a valid RFC 3986 URI-reference).
63- format.uri-template = [{0}] Value does not match the {1} pattern (must be a valid RFC 6570 URI Template).
64- format.uuid = [{0}] Value does not match the {1} pattern (must be a valid RFC 4122 UUID).
65- format.regex = [{0}] Value does not match the {1} pattern (must be a valid ECMA-262 regular expression).
66- format.time = [{0}] Value does not match the {1} pattern (must be a valid RFC 3339 time).
67- format.hostname = [{0}] Value does not match the {1} pattern (must be a valid RFC 1123 host name).
68- format.json-pointer = [{0}] Value does not match the {1} pattern (must be a valid RFC 6901 JSON Pointer).
69- format.relative-json-pointer = [{0}] Value does not match the {1} pattern (must be a valid IETF Relative JSON Pointer).
70- format.unknown = [{0}] has an unknown format ' ' {1}' ' .
38+ additionalProperties = Property ' ' {0}' ' not defined in the schema and additional properties are not allowed.
39+ allOf = Node must be valid for all its defined schemas {0}.
40+ anyOf = Node must be valid for any of its defined schemas {0}.
41+ oneOf = Node must be valid for only one of its defined schemas, but it was valid for {0} schemas.
42+ oneOf.indexes = Node must be valid for only one of its defined schemas, but it was valid for {0} schemas with indexes ' ' {1}' ' .
43+ false = Considered by default as invalid.
44+ items = Index ' ' {0}' ' is not defined in the schema and additional items are not allowed.
45+ not = Node must not be valid for the schema {0}.
46+ notAllowed = Property ' ' {0}' ' is not allowed here.
47+ propertyNames = Property name ' ' {0}' ' is invalid: {1}
48+ unevaluatedProperties = Property ' ' {0}' ' must not be unevaluated.
49+ unevaluatedItems =Item at index {0} must not be unevaluated or must match the schema for unevaluated items.
50+ additionalItems = Index ' ' {0}' ' is not defined in the schema and additional items are not allowed.
51+ format.date = Value does not match the {0} pattern (must be a valid RFC 3339 full-date).
52+ format.date-time = Value does not match the {0} pattern (must be a valid RFC 3339 date-time).
53+ format.duration = Value does not match the {0} pattern (must be a valid ISO 8601 duration).
54+ format.email = Value does not match the {0} pattern (must be a valid RFC 5321 Mailbox).
55+ format.ipv4 = Value does not match the {0} pattern (must be a valid RFC 2673 IP address).
56+ format.ipv6 = Value does not match the {0} pattern (must be a valid RFC 4291 IP address).
57+ format.idn-email = Value does not match the {0} pattern (must be a valid RFC 6531 Mailbox).
58+ format.idn-hostname = Value does not match the {0} pattern (must be a valid RFC 5890 internationalized hostname).
59+ format.iri = Value does not match the {0} pattern (must be a valid RFC 3987 IRI).
60+ format.iri-reference = Value does not match the {0} pattern (must be a valid RFC 3987 IRI-reference).
61+ format.uri = Value does not match the {0} pattern (must be a valid RFC 3986 URI).
62+ format.uri-reference = Value does not match the {0} pattern (must be a valid RFC 3986 URI-reference).
63+ format.uri-template = Value does not match the {0} pattern (must be a valid RFC 6570 URI Template).
64+ format.uuid = Value does not match the {0} pattern (must be a valid RFC 4122 UUID).
65+ format.regex = Value does not match the {0} pattern (must be a valid ECMA-262 regular expression).
66+ format.time = Value does not match the {0} pattern (must be a valid RFC 3339 time).
67+ format.hostname = Value does not match the {0} pattern (must be a valid RFC 1123 host name).
68+ format.json-pointer = Value does not match the {0} pattern (must be a valid RFC 6901 JSON Pointer).
69+ format.relative-json-pointer = Value does not match the {0} pattern (must be a valid IETF Relative JSON Pointer).
70+ format.unknown = has an unknown format ' ' {0}' ' .
71+ discriminator.missing_discriminating_value = Required property ' ' {0}' ' for discriminator not found.
72+ discriminator.anyOf.no_match_found = No matching schema found for discriminator value ' ' {0}' ' .
73+ discriminator.oneOf.no_match_found = No matching schema found for discriminator value ' ' {0}' ' .
0 commit comments