UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

9 lines (8 loc) 192 B
export default { $id: 'https://epa.gov/wqx/AquiferType', title: 'Aquifer Type', description: '', type: 'string', enum: ['CONFINED', 'SEMI-CONFINED', 'UNCONFINED'], maxLength: 13 }