UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

11 lines (10 loc) 272 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/scale-category.json", "description": "The types of supported product categories to weigh", "title": "Scale category", "type": "string", "enum": [ "FISH" ] }