{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaModeOfTransport",
	"title": "DcsaModeOfTransport",
	"description": "DCSA mode of transport.",
	"anyOf": [
		{
			"const": "VESSEL",
			"description": "Vessel."
		},
		{
			"const": "BARGE",
			"description": "Barge."
		},
		{
			"const": "RAIL",
			"description": "Rail."
		},
		{
			"const": "TRUCK",
			"description": "Truck."
		}
	]
}
