UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

25 lines (24 loc) 466 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/fish-package-type.json", "description": "The package types for processed fish species. Please check the wiki for the meaning of these codes.", "title": "Fish package type", "type": "string", "enum": [ "CNT", "EC", "OK", "QS", "CN", "CT", "VO", "4H", "BX", "5H", "QR", "TB", "NF", "NG", "ZB" ] }