UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

16 lines (15 loc) 305 B
export default { $id: 'https://epa.gov/wqx/FrequencyClassType', title: 'Frequency Class Type', description: '', type: 'string', enum: [ 'Behavioral Activity', 'Biological Abnormality', 'Lifestage', 'Measured Characteristic', 'Miscellaneous', 'Sex' ], maxLength: 23 }