id-tagging-schema/data/fields/pump.json
2020-12-08 11:15:01 -05:00

15 lines
318 B
JSON

{
"key": "pump",
"type": "combo",
"label": "Pump",
"strings": {
"options": {
"yes": "Yes",
"manual": "Manual Hand Pump",
"powered": "Machine-Powered Pump",
"no": "None"
}
},
"autoSuggestions" : false,
"customValues" : false
}