UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

121 lines (120 loc) 3.2 kB
export default { $id: 'https://epa.gov/wqx/MonitoringLocationType', title: 'Monitoring Location Type', description: '', type: 'string', enum: [ 'Atmosphere', 'BEACH Program Site-Channelized stream', 'BEACH Program Site-Estuary', 'BEACH Program Site-Great Lake', 'BEACH Program Site-Lake', 'BEACH Program Site-Land', 'BEACH Program Site-Land runoff', 'BEACH Program Site-Ocean', 'BEACH Program Site-River/Stream', 'BEACH Program Site-Storm sewer', 'BEACH Program Site-Waste sewer', 'Borehole', 'CERCLA Superfund Site', 'Canal Drainage', 'Canal Irrigation', 'Canal Transport', 'Cave', 'Channelized Stream', 'Combined Sewer', 'Constructed Diversion Dam', 'Constructed Tunnel', 'Constructed Water Transport Structure', 'Constructed Wetland', 'Estuary', 'Estuary-Freshwater', 'Facility Industrial', 'Facility Municipal Sewage (POTW)', 'Facility Other', 'Facility Privately Owned Non-industrial', 'Facility Public Water Supply (PWS)', 'Floodwater Urban', 'Floodwater non-Urban', 'Gallery', 'Gas-Condensate', 'Gas-Engine', 'Gas-Extraction', 'Gas-Flare', 'Gas-Monitoring Probe', 'Gas-Passive Vent', 'Gas-Subslab', 'Gas-Temporary', 'Great Lake', 'Intertidal', 'Lake', 'Land', 'Land Flood Plain', 'Land Runoff', 'Landfill', 'Leachate-Extraction', 'Leachate-Head Well', 'Leachate-Lysimeter', 'Leachate-SamplePoint', 'Local Air Monitoring Station', 'Mine Pit', 'Mine/Mine Discharge', 'Mine/Mine Discharge Adit (Mine Entrance)', 'Mine/Mine Discharge Tailings Pile', 'Mine/Mine Discharge Waste Rock Pile', 'National Air Monitoring Station', 'Ocean', 'Oil and Gas Well', 'Other-Ground Water', 'Other-Surface Water', 'Pipe, Unspecified Source', 'Playa', 'Pond', 'Pond-Anchialine', 'Pond-Sediment', 'Pond-Stock', 'Pond-Stormwater', 'Pond-Wastewater', 'Reservoir', 'River/Stream', 'River/Stream Ephemeral', 'River/Stream Intermittent', 'River/Stream Perennial', 'River/stream Effluent-Dominated', 'Riverine Impoundment', 'Seep', 'Source-ManMade', 'Spigot / Faucet', 'Spring', 'State/Local Air Monitoring Station', 'Storm Sewer', 'Stream sediment', 'Subtidal', 'Sump', 'Survey Monument', 'Test Pit', 'Waste Pit', 'Waste Sewer', 'Well', 'Wetland Estuarine-Ditch', 'Wetland Estuarine-Emergent', 'Wetland Estuarine-Forested', 'Wetland Estuarine-Marsh', 'Wetland Estuarine-Pool', 'Wetland Estuarine-Scrub-Shrub', 'Wetland Estuarine-Tidal Creek', 'Wetland Lacustrine-Aquatic Bed', 'Wetland Lacustrine-Emergent', 'Wetland Lacustrine-Unconsolidated Bottom', 'Wetland Palustrine Pond', 'Wetland Palustrine-Emergent', 'Wetland Palustrine-Forested', 'Wetland Palustrine-Moss-Lichen', 'Wetland Palustrine-Shrub-Scrub', 'Wetland Riverine-Aquatic Bed', 'Wetland Riverine-Emergent', 'Wetland Riverine-Unconsolidated Bottom', 'Wetland Undifferentiated' ], maxLength: 40 }