{
    "key": "direction",
    "type": "combo",
    "label": "Direction",
    "strings": {
        "options": {
            "N": "North",
            "E": "East",
            "S": "South",
            "W": "West",
            "NE": "Northeast",
            "SE": "Southeast",
            "SW": "Southwest",
            "NW": "Northwest",
            "NNE": "North-northeast",
            "ENE": "East-northeast",
            "ESE": "East-southeast",
            "SSE": "South-southeast",
            "SSW": "South-southwest",
            "WSW": "West-southwest",
            "WNW": "West-northwest",
            "NNW": "North-northwest"
        }
    }
}
