UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

20 lines (19 loc) 320 B
export default { $id: 'https://epa.gov/wqx/ResultStatus', title: 'Result Status', description: '', type: 'string', enum: [ 'Accepted', 'Final', 'Historical', 'Preliminary', 'Provisional', 'Raw', 'Rejected', 'Supervised', 'Unreviewed', 'Validated' ], maxLength: 11 }