{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaTransportEventTypeCodes",
	"title": "DcsaTransportEventTypeCodes",
	"description": "DCSA transport event type codes.",
	"anyOf": [
		{
			"const": "ARRI",
			"description": "Arrived."
		},
		{
			"const": "DEPA",
			"description": "Departed."
		}
	]
}
