UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

17 lines (16 loc) 263 B
export default { $id: 'https://epa.gov/wqx/ContainerColor', title: 'Container Color', description: '', type: 'string', enum: [ 'Amber', 'Black', 'Clear', 'Green', 'Opaque', 'Translucent', 'Unspecified' ], maxLength: 11 }