{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":true,
	"description":"Version v6",
	"properties":{
		"secure_token":{
			"type":"string"
		},
		"follow_user_id":{
			"type":"string"
		},
		"item_type":{
			"$ref":"/resources/schema/user/v6/ItemType.json"
		},
		"marker_id":{
			"type":"string"
		},
		"marker_type":{
			"$ref":"/resources/schema/user/v6/MarkerType.json"
		}
	},
	"required":[
		"secure_token",
		"follow_user_id",
		"item_type",
		"marker_type",
		"marker_id"
	],
	"title":"ListFollowItemsRequest",
	"type":"object"
}