[
    {
        "Protocol": "Both",
        "Port": 30000,
        "Ref": "GamePort1",
        "Name": "Game Port 1",
        "Description": "The port used for main game traffic",
        "ChildPorts": [
            {
                "Protocol": "Both",
                "Port": 30001,
                "Offset": 1,
                "Ref": "SteamQueryPort",
                "Name": "Steam Query Port",
                "Description": "The port used for Steam Queries"
            },
            {
                "Protocol": "Both",
                "Port": 30002,
                "Offset": 2,
                "Ref": "GamePort3",
                "Name": "Game Port 3",
                "Description": "The port used for unknown game traffic"
            },
            {
                "Protocol": "Both",
                "Port": 30003,
                "Offset": 3,
                "Ref": "GamePort4",
                "Name": "Game Port 4",
                "Description": "The port used for unknown game traffic"
            }
        ]
    },
    {
        "Protocol": "TCP",
        "Name": "Telnet Port",
        "Description": "The port used for telnet console",
        "Port": 30004,
        "Ref": "TelnetPort"
    }
]