UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

31 lines (30 loc) 575 B
export default { $id: 'https://epa.gov/wqx/HydrologicEvent', title: 'Hydrologic Event', description: '', type: 'string', enum: [ 'Affected by fire', 'Algal bloom', 'Backwater', 'Dambreak', 'Drought', 'Earthquake', 'Flood', 'Glacial lake outbreak', 'Hurricane', 'Mudflow', 'Not Determined (historical)', 'Not applicable', 'Regulated flow', 'Routine sample', 'Snowmelt', 'Spill', 'Spring breakup', 'Storm', 'Tidal action', 'Under ice cover', 'Volcanic action' ], maxLength: 27 }