Files
id-tagging-schema-b/data/fields/pump.json
2024-08-04 21:09:59 +08:00

16 lines
316 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
}