$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 at most {1} element(s) that passes these validations: {2} contains.min = {0}: must contain at least {1} element(s) that passes these validations: {2} 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} 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 not a valid {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 at most {1} items but found {2} maxLength = {0}: must be at most {1} characters long maxProperties = {0}: must have at most {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}: must have at least {1} items but found {2} minLength = {0}: must be at least {1} characters long minProperties = {0}: must have at least {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 oneOf.indexes = {0}: must be valid to one and only one schema, but {1} are valid with indexes ''{2}'' 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}'' is not evaluated and the schema does not allow unevaluated items unevaluatedProperties = {0}: property ''{1}'' is not evaluated and the schema does not allow unevaluated properties unionType = {0}: {1} found, {2} expected uniqueItems = {0}: must have only unique items in the array 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