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

17 lines
369 B
JSON

{
"key": "substance",
"type": "combo",
"label": "Substance",
"strings": {
"options": {
"fuel": "Fuel",
"gas": "Natural Gas",
"hot_water": "Hot Water",
"oil": "Crude Oil",
"rainwater": "Rainwater",
"sewage": "Sewage",
"water": "Drinking Water"
}
}
}