UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

19 lines (18 loc) 289 B
export default { $id: 'https://epa.gov/wqx/CellForm', title: 'Cell Form', description: '', type: 'string', enum: [ 'Cells', 'Coccoids', 'Cysts', 'Diatom', 'Filaments', 'Flagellates', 'Frustules', 'Haptophytes', 'Valves' ], maxLength: 11 }