UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

15 lines (14 loc) 263 B
export default { $id: 'https://epa.gov/wqx/ResultValueType', title: 'Result Value Type', description: '', type: 'string', enum: [ 'Actual', 'Blank Corrected Calc', 'Calculated', 'Control Adjusted', 'Estimated' ], maxLength: 20 }