{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceExperienceFacility",
	"title": "UneceExperienceFacility",
	"description": "A structure or place, such as a restaurant, hotel, theme park, hot spring bathing pool, parking lot, or meeting room,\nthat provides a particular experience.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ExperienceFacility",
			"description": "JSON-LD Type."
		},
		"architecturalStyle": {
			"type": "string",
			"description": "An architectural style, expressed as text, of this experience facility."
		},
		"availableRoute": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedRoute"
			},
			"description": "An available route specified for this experience facility."
		},
		"completionDateTime": {
			"type": "string",
			"description": "The date of the completion of this experience facility.",
			"format": "date-time"
		},
		"description": {
			"type": "string",
			"description": "A textual description of this experience facility."
		},
		"experienceFacilityTypeCode": {
			"type": "string",
			"description": "The code specifying the type of experience facility."
		},
		"facilityType": {
			"type": "string",
			"description": "A type, expressed as text, of this experience facility."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of this experience facility."
		},
		"latestRenovationDateTime": {
			"type": "string",
			"description": "The date of the latest renovation of this experience facility.",
			"format": "date-time"
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, for this experience facility."
		},
		"physicalSpecifiedLocation": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSpecifiedLocation"
			},
			"description": "A physical location specified for this experience facility."
		},
		"specifiedCommunication": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceCommunication"
			},
			"description": "A specified universal communication for this experience facility."
		},
		"usedSource": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSource"
			},
			"description": "A water source used by this experience facility."
		}
	},
	"required": ["type"]
}
