UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

18 lines (17 loc) 351 B
export default { $id: 'https://epa.gov/wqx/HydrologicCondition', title: 'Hydrologic Condition', description: '', type: 'string', enum: [ 'Falling stage', 'Not applicable', 'Not determined', 'Peak stage', 'Rising stage', 'Stable, high stage', 'Stable, low stage', 'Stable, normal stage' ], maxLength: 20 }