{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaEventTypes",
	"title": "DcsaEventTypes",
	"description": "DCSA event types.",
	"anyOf": [
		{
			"const": "SHIPMENT",
			"description": "Shipment event."
		},
		{
			"const": "TRANSPORT",
			"description": "Transport event."
		},
		{
			"const": "EQUIPMENT",
			"description": "Equipment event."
		},
		{
			"const": "IOT",
			"description": "IOT event."
		},
		{
			"const": "REEFER",
			"description": "Reefer event."
		}
	]
}
