{
    "description": "Example",
    "supported_items": "minecraft:snowball",
    "weight": 1,
    "max_level": 1,
    "min_cost": {
      "base": 0,
      "per_level_above_first": 0
    },
    "max_cost": {
      "base": 0,
      "per_level_above_first": 0
    },
    "anvil_cost": 0,
    "slots": [
      "any"
    ],
    "effects": {
      "minecraft:post_attack": [
        {
          "enchanted": "attacker",
          "affected": "victim",
          "effect": {
            "type": "minecraft:run_function",
            "function": "example:function"
          }
        }
      ]
    }
  }
  