{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": true,
    "description": "Version v7",
    "properties": {
        "application_id": {
            "type": "string"
        },
        "application_signature": {
            "type": "string"
        },
        "domain": {
            "$ref": "/resources/schema/user/v7/AccountDomain.json"
        },
        "credential_key": {
            "$ref": "/resources/schema/user/v7/CredentialsKey.json"
        }
    },
    "required": [
        "application_id",
        "application_signature",
        "domain",
        "credential_key"
    ],
    "title": "GetPasswordResetTokenRequest",
    "type": "object"
}