UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

20 lines (19 loc) 418 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/reason-arrival.json", "description": "The reason for the vessel to return to port. Please check the wiki for the meaning of these codes.", "title": "Reason arrival", "type": "string", "enum": [ "ECY", "GRD", "LAN", "OTH", "REF", "REP", "RES", "SCR", "SHE", "TRA" ] }