{
  "parent": "minecraft:story/mine_diamond",
  "display": {
    "icon": {
      "item": "minecraft:enchanted_book"
    },
    "title": {
      "translate": "advancements.story.enchant_item.title"
    },
    "description": {
      "translate": "advancements.story.enchant_item.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "enchanted_item": {
      "trigger": "minecraft:enchanted_item",
      "conditions": {}
    }
  },
  "requirements": [
    [
      "enchanted_item"
    ]
  ]
}