{
    "$schema":"http://json-schema.org/draft-04/schema#",
    "additionalProperties":false,
    "description":"Version 7",
    "properties":{
        "secure_token":{
            "type":"string"
        },
        "user_id":{
            "type":"string"
        },
        "session_id":{
            "type":"string"
        }
    },
    "required":[
        "secure_token",
        "user_id"
    ],
    "title":"GetSessionRequest",
    "type":"object"
}