{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":true,
	"description":"Version v7",
	"properties":{
		"user_id": {
            "type": "string"
        },
		"marker_id":{
			"type":"string"
		},
		"marker_type":{
			"$ref":"/resources/schema/user/v7/MarkerType.json"
		},
		"label":{
			"type":"string"
		},
		"secure_token":{
			"type":"string"
		}
	},
	"required":[
		"user_id",
		"secure_token"
	],
	"title":"ListMarkersRequest",
	"type":"object"
}