{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceLinearRing",
	"title": "UneceLinearRing",
	"description": "A specified array of points which define a closed loop which is not self intersecting.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "LinearRing",
			"description": "JSON-LD Type."
		},
		"associatedGeographicalObjectCharacteristic": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalObjectCharacteristic",
			"description": "The geographical object characteristic associated with this linear ring."
		},
		"coordinate": {
			"type": "string",
			"description": "A coordinate, expressed as text, for this specified linear ring."
		},
		"coordinateDirectPosition": {
			"$ref": "https://schema.twindev.org/unece/UneceDirectPosition",
			"description": "The specified direct position of a coordinate for this linear ring."
		}
	},
	"required": ["type"]
}
