[
    {
        "Protocol": "UDP",
        "Port": 5001,
        "Ref": "GamePort",
        "Name": "Game Port",
        "Description": "Port used for main game traffic"
    },
    {
        "Protocol": "UDP",
        "Port": 27015,
        "Ref": "SteamQueryPort",
        "Name": "Steam Query Port",
        "Description": "Port used for Steam query traffic"
    },
    {
        "Protocol": "UDP",
        "Port": 5002,
        "Ref": "BeaconPort",
        "Name": "Beacon Port",
        "Description": "Port used for lobby beacon traffic"
    },
    {
        "Protocol": "TCP",
        "Port": 5003,
        "Ref": "ShutDownServicePort",
        "Name": "Shutdown Service Port",
        "Description": "Port used for shutdown service"
    }
]