Producing a recipe out including NBT data?

Wondering if it was possible to include an output or use a specific item that has the NBT data in a crafting recipe? The mod I'm working with uses a specific item to have a NBT tag from full to empty by using {Damage: X} Nbt Tag.

For example how would you write w to include NBT, attempting to just add the

is {Damage: 9} tag any way applicable to:

  "type": "minecraft:crafting_shaped",

documentation? Can it be in included for the recipe:

  "#": {
    "item": "mod:item{Danage: 9}"

or in the output:

    "item": "mod:item{Damage: 9}",
    "count": 1
  }```
to produce an nbt variant item for a custom recipe?
Continue to help post