UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

20 lines (19 loc) 306 B
export default { $id: 'https://epa.gov/wqx/CellShape', title: 'Cell Shape', description: '', type: 'string', enum: [ 'Arcuate', 'Cylindrical', 'Fusiform', 'Lunate', 'Oval Box', 'Ovoid', 'Rectangular Box', 'Rod', 'Sphere', 'Teardrop' ], maxLength: 15 }