{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v7",
	"properties":{
		"poi_id":{
			"type":"string"
		},
		"poi_name":{
			"type":"string"
		},
		"poi_location":{
			"$ref":"/resources/schema/common/v1/LatLon.json"
		},
		"poi_phone":{
			"type":"string"
		},
		"poi_address":{
			"$ref":"/resources/schema/common/v1/Address.json"
		},
		"additional_info":{
			"type":"string"
		}
	},
	"title":"UserFeedbackDetailsPoi",
	"type":"object"
}