{
    "$schema": "http://json-schema.org/schema#",
    "$id": "https://ris-live.ripe.net/schemas/v1/ris_error.schema.json",
    "type": "object",
    "description": "You should remember to monitor messages of this type because they are useful in developing robust applications and debugging issues. They may be sent at any time there is a user or server error, including when you send an invalid message to the server.",
    "required": ["message"],
    "properties": {
        "message": {
            "type": "string",
            "description": "Human-readable message describing the error"
        }
    }
}
