[
    {
        "Protocol": "UDP",
        "Port": 2302,
        "Ref": "GamePort",
        "Name": "Game Port",
        "Description": "Main game port used by the server",
        "ChildPorts": [
            {
                "Protocol": "UDP",
                "Port": 2303,
                "Offset": 1,
                "Ref": "ReservedPort",
                "Name": "Reserved Port",
                "Description": "Reserved port"
            },
            {
                "Protocol": "UDP",
                "Port": 2304,
                "Offset": 2,
                "Ref": "BattlEyePort",
                "Name": "BattlEye Port",
                "Description": "Port for BattlEye traffic"
            }
        ]
    },
    {
        "Protocol": "UDP",
        "Port": 27016,
        "Ref": "QueryPort",
        "Name": "Steam Query Port",
        "Description": "Port used for Steam queries"
    },
    {
        "Protocol": "UDP",
        "Port": 2305,
        "Ref": "RCONPort",
        "Name": "RCON Port",
        "Description": "Port used for RCON"
    }
]