[
    {
        "Protocol": "UDP",
        "Port": 16161,
        "Ref": "ServerPort",
        "Name": "Server Port",
        "Description": "Port for game traffic",
        "ChildPorts": [
            {
                "Protocol": "UDP",
                "Port": 16162,
                "Ref": "SteamPort",
                "Offset": 1,
                "Name": "Steam Port",
                "Description": "Port for Steam traffic"
            }
        ]
    },
    {
        "Protocol": "TCP",
        "Port": 16168,
        "Ref": "HTTPPort",
        "Name": "HTTP Port",
        "Description": "Port for HTTP traffic"
    }
]