wqx
Version:
Water Quality Exchange (WQX): JSON Schema
38 lines (37 loc) • 710 B
JavaScript
export default {
$id: 'https://epa.gov/wqx/WellType',
title: 'Well Type',
description: '',
type: 'string',
enum: [
'Anode',
'Capture',
'Commercial',
'Dewater',
'Domestic',
'Drainage',
'Geothermal',
'Heat Reservoir',
'Industrial',
'Injection',
'Irrigation',
'Monitoring',
'Observation',
'Oil/Gas Production',
'Other',
'Piezometer',
'Recharge',
'Remediation',
'Repressurization',
'Seismic',
'Soil Vapor Extraction',
'Soil Vapor Monitoring',
'Test Hole',
'Waste Disposal',
'Water Quality Assessment',
'Water Supply/Production',
'Well-Temporary',
'Withdrawal of Water'
],
maxLength: 24
}