{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceGeographicalObjectCharacteristic",
	"title": "UneceGeographicalObjectCharacteristic",
	"description": "An attribute of a geographical object.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "GeographicalObjectCharacteristic",
			"description": "JSON-LD Type."
		},
		"description": {
			"type": "string",
			"description": "The textual description for this geographical object characteristic."
		},
		"descriptionReference": {
			"type": "string",
			"description": "The description reference, expressed as text, for this geographical object characteristic."
		},
		"geometryCollectionIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this geographical object can be characterized as a geometry collection."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this geographical object characteristic."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this geographical object characteristic."
		},
		"physicalIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this geographical object can be characterized as physical."
		},
		"relevantGeometryType": {
			"type": "string",
			"description": "The type of geometry, expressed as text, relevant for this geographical object characteristic."
		},
		"shapeType": {
			"type": "string",
			"description": "The type of shape, expressed as text, such as a semi-circle, for this geographical object characteristic."
		}
	},
	"required": ["type"]
}
