{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v6",
	"properties":{
		"is_deleted":{
			"type":"boolean"
		},
		"label":{
			"type":"string"
		},
		"marker_id":{
			"type":"string"
		},
		"modified_utc_timestamp":{
			"type":"integer"
		},
		"type":{
			"$ref":"/resources/schema/user/v6/MarkerType.json"
		},
		"scope":{
			"$ref":"/resources/schema/user/v6/MarkerScope.json"
		},
		"description":{
			"type": "string"}
	},
	"required":[
		"label",
		"modified_utc_timestamp",
		"type"
	],
	"title":"Marker",
	"type":"object"
}