@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
52 lines (51 loc) • 709 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://poseidat.org/schema/enum/fishing-gear-type.json",
"description": "Fishing gear type codes. Example: TBB, PS",
"title": "Fishing gear type",
"type": "string",
"enum": [
"DRB",
"FIX",
"FPO",
"GEN",
"GN",
"GNC",
"GND",
"GNF",
"GNS",
"GTN",
"GTR",
"HMD",
"KRK",
"LA",
"LHM",
"LHP",
"LL",
"LLD",
"LLS",
"LTL",
"LX",
"MIS",
"NK",
"OTB",
"OTM",
"OTT",
"PS",
"PS1",
"PS2",
"PTB",
"PTM",
"PUL",
"RG",
"SDN",
"SPR",
"SSC",
"SV",
"SX",
"TB",
"TBB",
"TBN",
"TBS"
]
}