{
    "$schema": "http://json-schema.org/draft-03/schema",
    "additionalProperties": false,
    "properties": {
        "reason": {
            "required": true,
            "type": "string",
            "description": "Some blacklist reason copy."
        },
        "alert": {
            "required": true,
            "type": "string",
            "description": "Some blacklist alert copy."
        },
        "added_by": {
            "required": true,
            "type": "integer",
            "minimum": 1,
            "description": "added by id (eg:-562)"
        },
        "contact": {
            "required": true,
            "type": "string",
            "description": "email id (eg:-user@theorchard.com)."
        }
    },
    "required": true,
    "type": "object"
}
