{
  "parent": "memorydmp:root",
  "display": {
    "title": "Skull edit",
    "description": "Obtain a skull by doing something with 8 minecraft.item.BONES...",
    "icon": {
      "item": "memorydmp:skull"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "get_skull": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": ["memorydmp:skull"]
          }
        ]
      }
    }
  }
}