wqx
Version:
Water Quality Exchange (WQX): JSON Schema
25 lines (24 loc) • 465 B
JavaScript
export default {
$id: 'https://epa.gov/wqx/Assemblage',
title: 'Assemblage',
description: '',
type: 'string',
enum: [
'Amphibians',
'Aquatic Vegetation',
'Bacteria/Virus',
'Benthic Macroinvertebrates',
'Birds',
'Corals',
'Fish/Nekton',
'Fungi',
'Ichthyoplankton',
'Invertebrates',
'Mammals',
'Periphyton',
'Phytoplankton/Zooplankton',
'Reptiles',
'Terrestrial Vegetation'
],
maxLength: 26
}