{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 1,
        "max": 1
      },
      "pool": [
        { "weight": 1,
        "pool": [
          {
            "weight": 9,
            "item": {
              "id": "the_vault:vault_bronze",
              "count": {
                "type": "uniform",
                "min": 4,
                "max": 8
              }
            }
          },
          {
            "weight": 4,
            "item": {
              "id": "the_vault:vault_silver",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
              }
            }
          },
          {
            "weight": 1,
            "item": {
              "id": "the_vault:vault_gold",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
              }
            }
          }
        ]
      }
      ]
    }
  ]
}