{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSubordinateSubordinateLocation",
	"title": "UneceSubordinateSubordinateLocation",
	"description": "A physical location or place which is a subordinate location of a subordinate location.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SubordinateSubordinateLocation",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier for this subordinate of a subordinate location, such as a United Nations Location Code (UNLOCODE)\nor GS1 Global Location Number (GLN)."
		},
		"locationFunctionTypeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceLocationFunctionCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of subordinate of a subordinate location."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, of this subordinate of a subordinate location."
		},
		"physicalGeographicalCoordinate": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalCoordinate",
			"description": "Physical geographical coordinate information for this subordinate of a subordinate location."
		}
	},
	"required": ["type"]
}
