xref: /aosp_15_r20/external/json-schema-validator/src/main/resources/jsv-messages.properties (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1*78c4dd6aSAndroid Build Coastguard Worker$ref = {0}: has an error with ''refs''
2*78c4dd6aSAndroid Build Coastguard WorkeradditionalItems = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
3*78c4dd6aSAndroid Build Coastguard WorkeradditionalProperties = {0}: property ''{1}'' is not defined in the schema and the schema does not allow additional properties
4*78c4dd6aSAndroid Build Coastguard WorkerallOf = {0}: must be valid to all the schemas {1}
5*78c4dd6aSAndroid Build Coastguard WorkeranyOf = {0}: must be valid to any of the schemas {1}
6*78c4dd6aSAndroid Build Coastguard Workerconst = {0}: must be the constant value ''{1}''
7*78c4dd6aSAndroid Build Coastguard Workercontains = {0}: does not contain an element that passes these validations: {2}
8*78c4dd6aSAndroid Build Coastguard Workercontains.max = {0}: must contain at most {1} element(s) that passes these validations: {2}
9*78c4dd6aSAndroid Build Coastguard Workercontains.min = {0}: must contain at least {1} element(s) that passes these validations: {2}
10*78c4dd6aSAndroid Build Coastguard Workerdependencies = {0}: has an error with dependencies {1}
11*78c4dd6aSAndroid Build Coastguard WorkerdependentRequired = {0}: has a missing property ''{1}'' which is dependent required because ''{2}'' is present
12*78c4dd6aSAndroid Build Coastguard WorkerdependentSchemas = {0}: has an error with dependentSchemas {1}
13*78c4dd6aSAndroid Build Coastguard Workerenum = {0}: does not have a value in the enumeration {1}
14*78c4dd6aSAndroid Build Coastguard WorkerexclusiveMaximum = {0}: must have an exclusive maximum value of {1}
15*78c4dd6aSAndroid Build Coastguard WorkerexclusiveMinimum = {0}: must have an exclusive minimum value of {1}
16*78c4dd6aSAndroid Build Coastguard Workerfalse = {0}: schema for ''{1}'' is false
17*78c4dd6aSAndroid Build Coastguard Workerformat = {0}: does not match the {1} pattern {2}
18*78c4dd6aSAndroid Build Coastguard Workerformat.date = {0}: does not match the {1} pattern must be a valid RFC 3339 full-date
19*78c4dd6aSAndroid Build Coastguard Workerformat.date-time = {0}: does not match the {1} pattern must be a valid RFC 3339 date-time
20*78c4dd6aSAndroid Build Coastguard Workerformat.duration = {0}: does not match the {1} pattern must be a valid ISO 8601 duration
21*78c4dd6aSAndroid Build Coastguard Workerformat.email = {0}: does not match the {1} pattern must be a valid RFC 5321 Mailbox
22*78c4dd6aSAndroid Build Coastguard Workerformat.ipv4 = {0}: does not match the {1} pattern must be a valid RFC 2673 IP address
23*78c4dd6aSAndroid Build Coastguard Workerformat.ipv6 = {0}: does not match the {1} pattern must be a valid RFC 4291 IP address
24*78c4dd6aSAndroid Build Coastguard Workerformat.idn-email = {0}: does not match the {1} pattern must be a valid RFC 6531 Mailbox
25*78c4dd6aSAndroid Build Coastguard Workerformat.idn-hostname = {0}: does not match the {1} pattern must be a valid RFC 5890 internationalized hostname
26*78c4dd6aSAndroid Build Coastguard Workerformat.iri = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI
27*78c4dd6aSAndroid Build Coastguard Workerformat.iri-reference = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI-reference
28*78c4dd6aSAndroid Build Coastguard Workerformat.uri = {0}: does not match the {1} pattern must be a valid RFC 3986 URI
29*78c4dd6aSAndroid Build Coastguard Workerformat.uri-reference = {0}: does not match the {1} pattern must be a valid RFC 3986 URI-reference
30*78c4dd6aSAndroid Build Coastguard Workerformat.uri-template = {0}: does not match the {1} pattern must be a valid RFC 6570 URI Template
31*78c4dd6aSAndroid Build Coastguard Workerformat.uuid = {0}: does not match the {1} pattern must be a valid RFC 4122 UUID
32*78c4dd6aSAndroid Build Coastguard Workerformat.regex = {0}: does not match the {1} pattern must be a valid ECMA-262 regular expression
33*78c4dd6aSAndroid Build Coastguard Workerformat.time = {0}: does not match the {1} pattern must be a valid RFC 3339 time
34*78c4dd6aSAndroid Build Coastguard Workerformat.hostname = {0}: does not match the {1} pattern must be a valid RFC 1123 host name
35*78c4dd6aSAndroid Build Coastguard Workerformat.json-pointer = {0}: does not match the {1} pattern must be a valid RFC 6901 JSON Pointer
36*78c4dd6aSAndroid Build Coastguard Workerformat.relative-json-pointer = {0}: does not match the {1} pattern must be a valid IETF Relative JSON Pointer
37*78c4dd6aSAndroid Build Coastguard Workerformat.unknown = {0}: has an unknown format ''{1}''
38*78c4dd6aSAndroid Build Coastguard Workerid = {0}: ''{1}'' is not a valid {2}
39*78c4dd6aSAndroid Build Coastguard Workeritems = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
40*78c4dd6aSAndroid Build Coastguard WorkermaxContains = {0}: must be a non-negative integer in {1}
41*78c4dd6aSAndroid Build Coastguard WorkermaxItems = {0}: must have at most {1} items but found {2}
42*78c4dd6aSAndroid Build Coastguard WorkermaxLength = {0}: must be at most {1} characters long
43*78c4dd6aSAndroid Build Coastguard WorkermaxProperties = {0}: must have at most {1} properties
44*78c4dd6aSAndroid Build Coastguard Workermaximum = {0}: must have a maximum value of {1}
45*78c4dd6aSAndroid Build Coastguard WorkerminContains = {0}: must be a non-negative integer in {1}
46*78c4dd6aSAndroid Build Coastguard WorkerminContainsVsMaxContains = {0}: minContains must less than or equal to maxContains in {1}
47*78c4dd6aSAndroid Build Coastguard WorkerminItems = {0}: must have at least {1} items but found {2}
48*78c4dd6aSAndroid Build Coastguard WorkerminLength = {0}: must be at least {1} characters long
49*78c4dd6aSAndroid Build Coastguard WorkerminProperties = {0}: must have at least {1} properties
50*78c4dd6aSAndroid Build Coastguard Workerminimum = {0}: must have a minimum value of {1}
51*78c4dd6aSAndroid Build Coastguard WorkermultipleOf = {0}: must be multiple of {1}
52*78c4dd6aSAndroid Build Coastguard Workernot = {0}: must not be valid to the schema {1}
53*78c4dd6aSAndroid Build Coastguard WorkernotAllowed = {0}: property ''{1}'' is not allowed but it is in the data
54*78c4dd6aSAndroid Build Coastguard WorkeroneOf = {0}: must be valid to one and only one schema, but {1} are valid
55*78c4dd6aSAndroid Build Coastguard WorkeroneOf.indexes = {0}: must be valid to one and only one schema, but {1} are valid with indexes ''{2}''
56*78c4dd6aSAndroid Build Coastguard Workerpattern = {0}: does not match the regex pattern {1}
57*78c4dd6aSAndroid Build Coastguard WorkerpatternProperties = {0}: has some error with ''pattern properties''
58*78c4dd6aSAndroid Build Coastguard WorkerprefixItems = {0}: no validator found at this index
59*78c4dd6aSAndroid Build Coastguard Workerproperties = {0}: has an error with ''properties''
60*78c4dd6aSAndroid Build Coastguard WorkerpropertyNames = {0}: property ''{1}'' name is not valid: {2}
61*78c4dd6aSAndroid Build Coastguard WorkerreadOnly = {0}: is a readonly field, it cannot be changed
62*78c4dd6aSAndroid Build Coastguard Workerrequired = {0}: required property ''{1}'' not found
63*78c4dd6aSAndroid Build Coastguard Workertype = {0}: {1} found, {2} expected
64*78c4dd6aSAndroid Build Coastguard WorkerunevaluatedItems = {0}: index ''{1}'' is not evaluated and the schema does not allow unevaluated items
65*78c4dd6aSAndroid Build Coastguard WorkerunevaluatedProperties = {0}: property ''{1}'' is not evaluated and the schema does not allow unevaluated properties
66*78c4dd6aSAndroid Build Coastguard WorkerunionType = {0}: {1} found, {2} expected
67*78c4dd6aSAndroid Build Coastguard WorkeruniqueItems = {0}: must have only unique items in the array
68*78c4dd6aSAndroid Build Coastguard WorkerwriteOnly = {0}: is a write-only field, it cannot appear in the data
69*78c4dd6aSAndroid Build Coastguard WorkercontentEncoding = {0}: does not match content encoding {1}
70*78c4dd6aSAndroid Build Coastguard WorkercontentMediaType = {0}: is not a content media type