UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

9 lines (8 loc) 217 B
export default { $id: 'https://epa.gov/wqx/SamplingDesignType', title: 'Sampling Design Type', description: '', type: 'string', enum: ['Probabilistic', 'Target+Probabilistic', 'Targeted'], maxLength: 20 }