UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

16 lines (15 loc) 377 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/reason-discard.json", "description": "The reason for a vessel to discard caught fish. Please check the wiki for the meaning of these codes.", "title": "Reason discard", "type": "string", "enum": [ "BAI", "HSV", "OTH", "PDM", "PRO", "QEX" ] }