id-tagging-schema/data/fields/house.json
2024-12-21 13:41:22 +02:00

16 lines
438 B
JSON

{
"key": "house",
"type": "combo",
"label": "House Type",
"strings": {
"options": {
"bungalow": "Bungalow",
"detached": "Detached House",
"link-detached": "Link-Detached House",
"maisonette": "Maisonette",
"semi-detached": "Semi-Detached House",
"terrace": "Row of terraced houses",
"terraced": "Terraced House"
}
}
}