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