{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/dcsa/DcsaPortCallPhaseTypeCodes",
	"title": "DcsaPortCallPhaseTypeCodes",
	"description": "Port call phase type codes.",
	"anyOf": [
		{
			"const": "INBD",
			"description": "Inbound."
		},
		{
			"const": "ALGS",
			"description": "Alongside."
		},
		{
			"const": "SHIF",
			"description": "Shifting."
		},
		{
			"const": "OUTB",
			"description": "Outbound."
		}
	]
}
