{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 1
        },
        {
          "type": "item",
          "name": "example:item1",
          "weight": 1,
          "functions": [
            {
              "function": "specific_enchants",
              "enchants": [
                {
                  "id": "sharpness",
                  "level": 5
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}