banlist.json

Banlist.json contains a your campaign's banlist.
Each card name is in an Array of a Key-Value Pair, the key for which is the "Banlist Status":

If not on the banlist, you may include up to 3 copies of the card in the Deck.

you can "update" the banlist during a bans event. This only updates the list for the one user encountering the event.


        {

          "0": [
              "Pot of Greed"
          ],

          "1": [
              "Left Arm of the Forbidden One",
              "Left Leg of the Forbidden One",
              "Right Arm of the Forbidden One",
              "Right Leg of the Forbidden One",
              "Exodia the Forbidden One"
          ],
          
          "2": [
              "Cyber Dragon",
              "Dandylion",
              "Destiny HERO - Malicious"
          ]

      }