{
    "key": "house",
    "type": "combo",
    "label": "House Type",
    "strings": {
        "options": {
            "bungalow": {
                "title": "Bungalow",
                "description": "A small house with a single storey"
            },
            "detached": {
                "title": "Detached House",
                "description": "A house that is not connected to any other houses"
            },
            "link-detached": {
                "title": "Link-Detached House",
                "description": "A house that is connected to another house by a garage or other non-living area"
            },
            "maisonette": {
                "title": "Maisonette",
                "description": "A residential dwelling, split over two floors with private external entrances rather than a communal entrance"
            },
            "semi-detached": {
                "title": "Semi-Detached House",
                "description": "A house that is attached to another house on one side"
            },
            "terrace": {
                "title": "Row of Townhouses",
                "description": "A row of houses that are attached to each other in a line (mapping each house as a separate area is preferred)"
            },
            "terraced": {
                "title": "Single Townhouse",
                "description": "Individual house in a row of townhouses"
            }
        }
    },
    "autoSuggestions": false
}
