{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v7",
    "properties": {
        "session_id": {
            "type": "string"
        },
        "user_id": {
            "type": "string"
        },
        "application_id": {
            "type": "string"
        },
        "domain": {
            "$ref": "/resources/schema/user/v7/AccountDomain.json"
        },
        "credential_key": {
            "$ref": "/resources/schema/user/v7/CredentialsKey.json"
        },
        "login_timestamp": {
            "type": "string"
        },
        "device_info": {
            "$ref": "/resources/schema/user/v7/DeviceInfo.json"
        },
        "status": {
            "$ref": "/resources/schema/services/v1/ServiceStatus.json"
        }
    },
    "required": [
        "status"
    ],
    "title": "GetSessionResponse",
    "type": "object"
}