UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

16 lines (15 loc) 275 B
export default { $id: 'https://epa.gov/wqx/HabitatSelectionMethod', title: 'Habitat Selection Method', description: '', type: 'string', enum: [ 'Directed', 'Non-Targeted', 'Random', 'Systematic', 'Targeted', 'Unknown' ], maxLength: 12 }