@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
17 lines (15 loc) • 381 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://poseidat.org/schema/enum/reason-departure.json",
"description": "The reason for the vessel to depart from port. Please check the wiki for the meaning of these codes.",
"title": "Reason departure",
"type": "string",
"enum": [
"FIS",
"GUD",
"OTH",
"SCR",
"STE",
"TST"
]
}