{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"route_point_polyline":{
			"type":"string"
		},
		"search_location":{
			"$ref":"/resources/schema/common/v1/LatLon.json"
		}
	},
	"title":"PoiSearchQueryWhere",
	"type":"object"
}