How do i use Text component inside a item_nam component for a recipe ?

I was trying the new components sytem but i am stuck on this

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "   ",
    "222",
    " 1 "
  ],
  "category": "equipment",
  "key": {
    "1": [
      "netherite_sword"
    ],
    "2": [
      "fire_charge"
    ]
    },
  "result": {
    "id": "netherite_sword",
    "components": {
      "item_model": "spaceblock:fire_sword",
      "item_name": "" // Cant find a solution
    },
    "count": 1
  }
}
Continue to help post