UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

27 lines (26 loc) 501 B
export default { $id: 'https://epa.gov/wqx/TaxonGroup', title: 'Taxon Group', description: '', type: 'string', enum: [ 'Amphibians', 'Aquatic Vegetation', 'Bacteria/Virus', 'Benthic Macroinvertebrates', 'Birds', 'Corals', 'Diatoms', 'Fish/Nekton', 'Fungi', 'Ichthyoplankton', 'Invertebrates', 'Mammals', 'Not Assigned', 'Periphyton', 'Phytoplankton/Zooplankton', 'Reptiles', 'Terrestrial Vegetation' ], maxLength: 26 }