wqx
Version:
Water Quality Exchange (WQX): JSON Schema
24 lines (23 loc) • 504 B
JavaScript
export default {
$id: 'https://epa.gov/wqx/SampleCollectionEquipmentType',
title: 'Sample Collection Equipment Type',
description: '',
type: 'string',
enum: [
'Air Sampler',
'Benthic Corer',
'Benthic Dredge',
'Benthic Grab',
'Diatometer',
'Electroshock',
'Miscellaneous/Other',
'Net/Horizontal Tow',
'Net/Non-Tow',
'Net/Vertical Tow',
'Soil Sampler',
'Suspended Sediment Sampler',
'Trap/Substrate',
'Water Sampler'
],
maxLength: 26
}