{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCommunicationEvent",
	"title": "UneceCommunicationEvent",
	"description": "A significant occurrence or happening communicated by means of sending or receiving information, such as transmitting\ndigital data by using the internet.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CommunicationEvent",
			"description": "JSON-LD Type."
		},
		"associatedGeographicalFeature": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceGeographicalFeature"
			},
			"description": "A geographical feature associated with this communication event."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this communication event."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this communication event."
		},
		"occurrenceDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of an occurrence of this communication event.",
			"format": "date-time"
		},
		"occurrenceLogisticsLocation": {
			"$ref": "https://schema.twindev.org/unece/UneceLogisticsLocation",
			"description": "The logistics location where this communication event will occur or has occurred."
		},
		"operationalResponsibleParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The operational responsible party for this communication event."
		},
		"reasonCode": {
			"type": "string",
			"description": "The code specifying a reason for this communication event."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceCommunicationEventTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of communication event."
		},
		"unitQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The number of units for this communication event."
		},
		"valueMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of a value for this communication event."
		}
	},
	"required": ["type"]
}
