All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.json-schema-validator.1.3.2.source-code.jsv-messages.properties Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
$ref = {0}: has an error with ''refs''
additionalItems = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
additionalProperties = {0}: property ''{1}'' is not defined in the schema and the schema does not allow additional properties
allOf = {0}: must be valid to all the schemas {1}
anyOf = {0}: must be valid to any of the schemas {1}
const = {0}: must be the constant value {1}
contains = {0}: does not contain an element that passes these validations: {2}
contains.max = {0}: must contain fewer than {1} element(s) that passes these validations: {2}
contains.min = {0}: must contain at least {1} element(s) that passes these validations: {2}
crossEdits = {0}: has an error with ''cross edits''
dependencies = {0}: has an error with dependencies {1}
dependentRequired = {0}: has a missing property "{1}" which is dependent required because "{2}" is present
dependentSchemas = {0}: has an error with dependentSchemas {1}
edits = {0}: has an error with ''edits''
enum = {0}: does not have a value in the enumeration {1}
exclusiveMaximum = {0}: must have an exclusive maximum value of {1}
exclusiveMinimum = {0}: must have an exclusive minimum value of {1}
false = {0}: schema for ''{1}'' is false
format = {0}: does not match the {1} pattern {2}
format.date = {0}: does not match the {1} pattern must be a valid RFC 3339 full-date
format.date-time = {0}: does not match the {1} pattern must be a valid RFC 3339 date-time
format.duration = {0}: does not match the {1} pattern must be a valid ISO 8601 duration
format.email = {0}: does not match the {1} pattern must be a valid RFC 5321 Mailbox
format.ipv4 = {0}: does not match the {1} pattern must be a valid RFC 2673 IP address
format.ipv6 = {0}: does not match the {1} pattern must be a valid RFC 4291 IP address
format.idn-email = {0}: does not match the {1} pattern must be a valid RFC 6531 Mailbox
format.idn-hostname = {0}: does not match the {1} pattern must be a valid RFC 5890 internationalized hostname
format.iri = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI
format.iri-reference = {0}: does not match the {1} pattern must be a valid RFC 3987 IRI-reference
format.uri = {0}: does not match the {1} pattern must be a valid RFC 3986 URI
format.uri-reference = {0}: does not match the {1} pattern must be a valid RFC 3986 URI-reference
format.uri-template = {0}: does not match the {1} pattern must be a valid RFC 6570 URI Template
format.uuid = {0}: does not match the {1} pattern must be a valid RFC 4122 UUID
format.regex = {0}: does not match the {1} pattern must be a valid ECMA-262 regular expression
format.time = {0}: does not match the {1} pattern must be a valid RFC 3339 time
format.hostname = {0}: does not match the {1} pattern must be a valid RFC 1123 host name
format.json-pointer = {0}: does not match the {1} pattern must be a valid RFC 6901 JSON Pointer
format.relative-json-pointer = {0}: does not match the {1} pattern must be a valid IETF Relative JSON Pointer
format.unknown = {0}: has an unknown format ''{1}''
id = {0}: {1} is an invalid segment for URI {2}
items = {0}: index ''{1}'' is not defined in the schema and the schema does not allow additional items
maxContains = {0}: must be a non-negative integer in {1}
maxItems = {0}: must have a maximum of {1} items in the array
maxLength = {0}: must be at most {1} characters long
maxProperties = {0}: must only have a maximum of {1} properties
maximum = {0}: must have a maximum value of {1}
minContains = {0}: must be a non-negative integer in {1}
minContainsVsMaxContains = {0}: minContains must less than or equal to maxContains in {1}
minItems = {0}: expected at least {1} items but found {2}
minLength = {0}: must be at least {1} characters long
minProperties = {0}: must have a minimum of {1} properties
minimum = {0}: must have a minimum value of {1}
multipleOf = {0}: must be multiple of {1}
not = {0}: must not be valid to the schema {1}
notAllowed = {0}: property ''{1}'' is not allowed but it is in the data
oneOf = {0}: must be valid to one and only one schema, but {1} are valid
pattern = {0}: does not match the regex pattern {1}
patternProperties = {0}: has some error with ''pattern properties''
prefixItems = {0}: no validator found at this index
properties = {0}: has an error with ''properties''
propertyNames = {0}: property ''{1}'' name is not valid: {2}
readOnly = {0}: is a readonly field, it cannot be changed
required = {0}: required property ''{1}'' not found
type = {0}: {1} found, {2} expected
unevaluatedItems = {0}: index ''{1}'' must not be unevaluated or must match unevaluated items schema
unevaluatedProperties = {0}: property ''{1}'' must not be unevaluated
unionType = {0}: {1} found, but {2} is required
uniqueItems = {0}: the items in the array must be unique
uuid = {0}: {1} is an invalid {2}
writeOnly = {0}: is a write-only field, it cannot appear in the data
contentEncoding = {0}: does not match content encoding {1}
contentMediaType = {0}: is not a content media type




© 2015 - 2024 Weber Informatics LLC | Privacy Policy