{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"category":{
			"items":{
				"type":"string"
			},
			"type":"array"
		},
		"display_address":{
			"$ref":"/resources/schema/common/v1/Address.json"
		},
		"email":{
			"type":"string"
		},
		"entity_id":{
			"type":"string"
		},
		"entity_type":{
			"$ref":"/resources/schema/entity/v1/EntityType.json"
		},
		"entrance_geocode":{
			"items":{
				"$ref":"/resources/schema/common/v1/LatLon.json"
			},
			"type":"array"
		},
		"logo_url":{
			"type":"string"
		},
		"name":{
			"type":"string"
		},
		"old_entity_id":{
			"type":"string"
		},
		"olson_timezone":{
			"type":"string"
		},
		"phone_number":{
			"type":"string"
		},
		"rooftop_geocode":{
			"$ref":"/resources/schema/common/v1/LatLon.json"
		},
		"website":{
			"type":"string"
		}
	},
	"required":[
		"entity_type"
	],
	"title":"Entity",
	"type":"object"
}