[
    {
        "Protocol": "UDP",
        "Port": 7777,
        "Ref": "GamePort",
        "Name": "Game Port",
        "Description": "Port for main game traffic",
        "ChildPorts": [
            {
                "Protocol": "UDP",
                "Port": 7778,
                "Offset": 1,
                "Ref": "BeaconPort",
                "Name": "Beacon Port",
                "Description": "Port for beacon traffic"
            }
        ]
    }
]