{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"category":{
			"items":{
				"type":"string"
			},
			"type":"array"
		},
		"center_geocode":{
			"$ref":"/resources/schema/common/v1/LatLon.json"
		},
		"query_type":{
			"type":"string"
		},
		"rewritten_query":{
			"type":"string"
		},
		"what":{
			"type":"string"
		},
		"where":{
			"type":"string"
		}
	},
	"title":"QueryResolution",
	"type":"object"
}