{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": true,
    "description": "Version v6",
    "properties": {
        "application_id": {
            "type": "string"
        },
        "application_signature": {
            "type": "string"
        },
        "user_id": {
            "type": "string"
        },
        "secure_token": {
            "type": "string"
        },
        "notify_info":{
            "type": "object"
        }  
    },
    "required": [
        "secure_token",
        "application_id",
        "user_id"
    ],
    "title": "AskForDeleteRequest",
    "type": "object"
}