UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

20 lines (19 loc) 267 B
export default { $id: 'https://epa.gov/wqx/TargetCount', title: 'Target Count', description: '', type: 'string', enum: [ '100', '1000', '200', '300', '40', '400', '500', '600', 'FULL', 'Unknown' ], maxLength: 7 }