{
  "entries": [
    {
      "roll": {
        "type": "constant",
        "count": 5
      },
      "pool": [
        {
          "weight": 1,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "minecraft:water_bucket",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            }
          ]
        },
        {
          "weight": 1,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "the_vault:sword",
                "nbt": "{\"the_vault:fullfill_all_affix\": true}",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            }
          ]
        }
      ]
    }
  ]
}