github.com/kaptinlin/jsonschema@v0.4.6/locales/en.json (about)

     1  {
     2    "additional_property_mismatch":    "Additional property {property} does not match the schema",
     3    "additional_properties_mismatch":  "Additional properties {properties} do not match the schema",
     4    "all_of_item_mismatch":            "Value does not match the allOf schema at index {indexs}",
     5    "any_of_item_mismatch":            "Value does not match anyOf schema",
     6    "if_then_mismatch":                "Value meets the 'if' condition but does not match the 'then' schema",
     7    "if_else_mismatch":                "Value fails the 'if' condition and does not match the 'else' schema",
     8    "const_mismatch_null":             "Value does not match constant null value",
     9    "const_mismatch":                  "Value does not match the constant value",
    10    "contains_too_few_items":          "Value should contain at least {min_contains} matching items",
    11    "contains_too_many_items":         "Value should contain no more than {max_contains} matching items",
    12    "unsupported_encoding":            "Encoding '{encoding}' is not supported",
    13    "invalid_encoding":                "Error decoding data with '{encoding}'",
    14    "unsupported_media_type":          "Media type '{media_type}' is not supported",
    15    "invalid_media_type":              "Error unmarshalling data with media type '{mediaType}'",
    16    "content_schema_mismatch":         "Content does not match the schema",
    17    "dependent_property_required":     "Some required property dependencies are missing: {missing_properties}",
    18    "dependent_schema_mismatch":       "Property {property} does not match the dependent schema",
    19    "dependent_schemas_mismatch":      "Properties {properties} do not match the dependent schema",
    20    "value_not_in_enum":               "Value {received} should be one of the allowed values: {expected}",
    21    "exclusive_maximum_mismatch":      "{value} should be less than {exclusive_maximum}",
    22    "exclusive_minimum_mismatch":      "{value} should be greater than {exclusive_minimum}",
    23    "unsupported_format":              "Format {format} is not supported",
    24    "format_mismatch":                 "Value does not match format {format}",
    25    "item_mismatch":                   "Item at index {index} does not match the schema",
    26    "items_mismatch":                  "Items at index {indexs} do not match the schema",
    27    "value_above_maximum":             "{value} should be at most {maximum}",
    28    "value_below_minimum":             "{value} should be at least {minimum}",
    29    "items_too_long":                  "Value should have at most {max_items} items",
    30    "items_too_short":                 "Value should have at least {min_items} items",
    31    "string_too_long":                 "Value should be at most {max_length} characters",
    32    "string_too_short":                "Value should be at least {min_length} characters",
    33    "too_many_properties":             "Value should have at most {max_properties} properties",
    34    "too_few_properties":              "Value should have at least {min_properties} properties",
    35    "not_multiple_of":                 "Value should be a multiple of {multiple_of}",
    36    "invalid_multiple_of":             "Multiple of {multiple_of} should be greater than 0",
    37    "not_schema_mismatch":             "Value should not match the not schema",
    38    "one_of_multiple_matches":         "Value should match exactly one schema but matches multiple at indexes {matches}",
    39    "one_of_item_mismatch":            "Value does not match the oneOf schema",
    40    "invalid_pattern":                 "Invalid regular expression pattern {pattern}",
    41    "pattern_mismatch":                "Value does not match the required pattern {pattern}",
    42    "pattern_property_mismatch":       "Property {property} does not match the pattern schema",
    43    "pattern_properties_mismatch":     "Properties {properties} do not match their pattern schemas",
    44    "prefix_item_mismatch":            "Item at index {index} does not match the prefixItems schema",
    45    "prefix_items_mismatch":           "Items at index {indexs} do not match the prefixItems schema",
    46    "property_mismatch":               "Property {property} does not match the schema",
    47    "properties_mismatch":             "Properties {properties} do not match their schemas",
    48    "property_name_mismatch":          "Property name {property} does not match the schema",
    49    "property_names_mismatch":         "Property names {properties} do not match the schema",
    50    "missing_required_property":       "Required property {property} is missing",
    51    "missing_required_properties":     "Required properties {properties} are missing",
    52    "type_mismatch":                   "Value is {received} but should be {expected}",
    53    "unevaluated_item_mismatch":       "Item at index {index} does not match the unevaluatedItems schema",
    54    "unevaluated_items_mismatch":      "Items at index {indexs} do not match the unevaluatedItems schema",
    55    "unevaluated_property_mismatch":   "Property {property} does not match the unevaluatedProperties schema",
    56    "unevaluated_properties_mismatch": "Properties {properties} do not match the unevaluatedProperties schema",
    57    "item_serialization_error":        "Error serializing item at index {index}",
    58    "unique_items_mismatch":           "Found duplicates at the following index groups: {duplicates}",
    59    "invalid_numberic":                "Value is {received} but should be numeric",
    60    "ref_mismatch":                    "Value does not match the reference schema",
    61    "dynamic_ref_mismatch":            "Value does not match the dynamic reference schema",
    62    "false_schema_mismatch":           "No values are allowed because the schema is set to 'false'"
    63  }