{
    "@metadata": {
        "authors": [
            "Ori Livneh"
        ]
    },
    "jsonschema-badidref": "JSON Schema validation error, shown when an id ref field is malformed.",
    "jsonschema-idconvert": "JSON Schema validation error, shown when no valid HTML id could be generated from input string.",
    "jsonschema-invalidkey": "JSON Schema validation error, shown object has a key not specified in schema.",
    "jsonschema-invalidempty": "JSON Schema validation error, shown when attempting to validate empty object against a schema that does not allow empty objects.",
    "jsonschema-invalidnode": "JSON Schema validation error, shown when object node does not match expected type.",
    "jsonschema-invalid-missingfield": "JSON Schema validation error, shown when a required field is missing.",
    "jsonschema-invalid-notinenum": "JSON Schema validation error, shown when a value is not in the set of permitted values for a field.",
    "jsonschema-empty-block": "JSON Schema validation error, shown when the user tries to submit an empty block of JSON."
}