{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:zombie_villager_spawn_egg",
          "functions": [
            {
              "function": "minecraft:set_components",
              "components": {
                "minecraft:entity_data": {
                  "id": "minecraft:zombie_villager",
                  "HandDropChances": [
                    1,
                    1
                  ],
                  "HandItems": [
                    {
                      "count": 1,
                      "id": "minecraft:diamond_sword"
                    },
                    {}
                  ],
                  "body_armor_drop_chance": -1,
                  "ArmorDropChances": [
                    -10.0,
                    -10.0,
                    -10.0,
                    -10.0
                  ],
                  "ArmorItems": [
                    {
                      "count": 1,
                      "id": "minecraft:diamond_boots"
                    },
                    {
                      "count": 1,
                      "id": "minecraft:diamond_leggings"
                    },
                    {
                      "count": 1,
                      "id": "minecraft:diamond_chestplate"
                    },
                    {
                      "count": 1,
                      "id": "minecraft:diamond_helmet"
                    }
                  ]
                }
              }
            }
          ]
        }
      ]
    }
  ]
}