UNPKG

wqx

Version:

Water Quality Exchange (WQX): JSON Schema

9 lines (8 loc) 188 B
export default { $id: 'https://epa.gov/wqx/PhoneType', title: 'Phone Type', description: '', type: 'string', enum: ['Fax', 'Home', 'Mobile', 'Office', 'Pager'], maxLength: 6 }