[
    {
        "Protocol": "Both",
        "Port": 7777,
        "Ref": "ApplicationPort1",
        "Name": "Main Game Port",
        "Description": "Main port for game traffic",
        "ChildPorts": [
            {
                "Protocol": "Both",
                "Port": 8177,
                "Offset": 400,
                "Ref": "ApplicationPort2",
                "Name": "Secondary Game Port",
                "Description": "Secondary port for game traffic"
            }
        ]
    },
    {
        "Protocol": "TCP",
        "Port": 9100,
        "Ref": "RemoteAdminPort",
        "Name": "RCON Port",
        "Description": "Port for RCON traffic"
    }
]