{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"show":{
			"items":{
				"$ref":"/resources/schema/entity/v1/Show.json"
			},
			"type":"array"
		},
		"show_date":{
			"type":"integer"
		}
	},
	"required":[
		"show_date"
	],
	"title":"TheaterFacet",
	"type":"object"
}