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