{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"show_name":{
			"type":"string"
		},
		"show_time":{
			"items":{
				"type":"string"
			},
			"type":"array"
		}
	},
	"required":[
		"show_name"
	],
	"title":"Show",
	"type":"object"
}