Custom Recipe is not loading

it says this

com.google.gson.JsonParseException: Not a string: {"text":"Spell Sword","italic":true}; Not a string: {"text":"Spell Sword","italic":true} missed input: {"minecraft:custom_name":{"text":"Spell Sword","italic":true},"minecraft:item_name":{"text":"Spell Sword","italic":true}}```

here is the relevent code

```    "components": {
      "minecraft:custom_data": {"spells":1,"wand":1,"manaregen":12,"spellcoolspeed":5},
      "minecraft:custom_model_data": 12,
      "minecraft:custom_name": {"text":"Spell Sword","italic":true},
      "minecraft:item_name": {"text":"Spell Sword","italic":true},
      "minecraft:max_damage": 4567,```
Continue to help post