UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

9 lines (8 loc) 245 B
export default { $id: 'https://epa.gov/wqx/ResultSamplingPointType', title: 'Result Sampling Point Type', description: '', type: 'string', enum: ['Belt Transect', 'Line Transect', 'Point Transect', 'Strip Transect'], maxLength: 14 }