{
    "key": "direction",
    "type": "combo",
    "label": "Direction",
    "strings": {
        "options": {
            "north": "Northbound",
            "south": "Southbound",
            "east": "Eastbound",
            "west": "Westbound"
        }
    },
    "autoSuggestions": false,
    "locationSet": {
        "include": [
            "CA",
            "NZ",
            "US"
        ]
    }
}
