xref: /aosp_15_r20/external/json-schema-validator/src/main/resources/jsv-messages.properties (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1$ref = {0}: has an error with ''refs''
2additionalItems = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
3additionalProperties = {0}: property ''{1}'' is not defined in the schema and the schema does not allow additional properties
4allOf = {0}: must be valid to all the schemas {1}
5anyOf = {0}: must be valid to any of the schemas {1}
6const = {0}: must be the constant value ''{1}''
7contains = {0}: does not contain an element that passes these validations: {2}
8contains.max = {0}: must contain at most {1} element(s) that passes these validations: {2}
9contains.min = {0}: must contain at least {1} element(s) that passes these validations: {2}
10dependencies = {0}: has an error with dependencies {1}
11dependentRequired = {0}: has a missing property ''{1}'' which is dependent required because ''{2}'' is present
12dependentSchemas = {0}: has an error with dependentSchemas {1}
13enum = {0}: does not have a value in the enumeration {1}
14exclusiveMaximum = {0}: must have an exclusive maximum value of {1}
15exclusiveMinimum = {0}: must have an exclusive minimum value of {1}
16false = {0}: schema for ''{1}'' is false
17format = {0}: does not match the {1} pattern {2}
18format.date = {0}: does not match the {1} pattern must be a valid RFC 3339 full-date
19format.date-time = {0}: does not match the {1} pattern must be a valid RFC 3339 date-time
20format.duration = {0}: does not match the {1} pattern must be a valid ISO 8601 duration
21format.email = {0}: does not match the {1} pattern must be a valid RFC 5321 Mailbox
22format.ipv4 = {0}: does not match the {1} pattern must be a valid RFC 2673 IP address
23format.ipv6 = {0}: does not match the {1} pattern must be a valid RFC 4291 IP address
24format.idn-email = {0}: does not match the {1} pattern must be a valid RFC 6531 Mailbox
25format.idn-hostname = {0}: does not match the {1} pattern must be a valid RFC 5890 internationalized hostname
26format.iri = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI
27format.iri-reference = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI-reference
28format.uri = {0}: does not match the {1} pattern must be a valid RFC 3986 URI
29format.uri-reference = {0}: does not match the {1} pattern must be a valid RFC 3986 URI-reference
30format.uri-template = {0}: does not match the {1} pattern must be a valid RFC 6570 URI Template
31format.uuid = {0}: does not match the {1} pattern must be a valid RFC 4122 UUID
32format.regex = {0}: does not match the {1} pattern must be a valid ECMA-262 regular expression
33format.time = {0}: does not match the {1} pattern must be a valid RFC 3339 time
34format.hostname = {0}: does not match the {1} pattern must be a valid RFC 1123 host name
35format.json-pointer = {0}: does not match the {1} pattern must be a valid RFC 6901 JSON Pointer
36format.relative-json-pointer = {0}: does not match the {1} pattern must be a valid IETF Relative JSON Pointer
37format.unknown = {0}: has an unknown format ''{1}''
38id = {0}: ''{1}'' is not a valid {2}
39items = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
40maxContains = {0}: must be a non-negative integer in {1}
41maxItems = {0}: must have at most {1} items but found {2}
42maxLength = {0}: must be at most {1} characters long
43maxProperties = {0}: must have at most {1} properties
44maximum = {0}: must have a maximum value of {1}
45minContains = {0}: must be a non-negative integer in {1}
46minContainsVsMaxContains = {0}: minContains must less than or equal to maxContains in {1}
47minItems = {0}: must have at least {1} items but found {2}
48minLength = {0}: must be at least {1} characters long
49minProperties = {0}: must have at least {1} properties
50minimum = {0}: must have a minimum value of {1}
51multipleOf = {0}: must be multiple of {1}
52not = {0}: must not be valid to the schema {1}
53notAllowed = {0}: property ''{1}'' is not allowed but it is in the data
54oneOf = {0}: must be valid to one and only one schema, but {1} are valid
55oneOf.indexes = {0}: must be valid to one and only one schema, but {1} are valid with indexes ''{2}''
56pattern = {0}: does not match the regex pattern {1}
57patternProperties = {0}: has some error with ''pattern properties''
58prefixItems = {0}: no validator found at this index
59properties = {0}: has an error with ''properties''
60propertyNames = {0}: property ''{1}'' name is not valid: {2}
61readOnly = {0}: is a readonly field, it cannot be changed
62required = {0}: required property ''{1}'' not found
63type = {0}: {1} found, {2} expected
64unevaluatedItems = {0}: index ''{1}'' is not evaluated and the schema does not allow unevaluated items
65unevaluatedProperties = {0}: property ''{1}'' is not evaluated and the schema does not allow unevaluated properties
66unionType = {0}: {1} found, {2} expected
67uniqueItems = {0}: must have only unique items in the array
68writeOnly = {0}: is a write-only field, it cannot appear in the data
69contentEncoding = {0}: does not match content encoding {1}
70contentMediaType = {0}: is not a content media type