[
    {
        "Protocol": "UDP",
        "Port": 5555,
        "Ref": "ApplicationPort1",
        "Name": "Game Port",
        "Description": "Port used for main game traffic",
        "ChildPorts": [
            {
                "Protocol": "UDP",
                "Port": 5556,
                "Offset": 1,
                "Ref": "ApplicationPort3",
                "Name": "Game Port +1",
                "Description": "Port used for game traffic. Must be game port +1"
            }
        ]
    },
    {
        "Protocol": "UDP",
        "Port": 27015,
        "Ref": "ApplicationPort2",
        "Name": "Query Port",
        "Description": "Port used for Steam query traffic"
    }
]