Errors when loading recepies

Hello

Made a very simple data pack before. Just adding some simple recepies for a server (testing in single player world)

Getting these errors and can't any seemingly identical issues online

Directory : data/swizz/recipe

I modified the zombie loot tables in minecraft/loot_table and that works just fine

Some of the recipes:

    "type": "minecraft:crafting_shaped",
    "key": {
        "#": {
            "item": "minecraft:chiseled_stone_bricks"
        },
        "i": {
            "item": "minecraft:iron_ingot"
        }
    },
    "pattern": [
        "###",
        "#i#",
        "###"
    ],
    "result": {
        "id": "minecraft:lodestone",
        "count": 1
    }
}```

```{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "item": "minecraft:string"
        },
        {
            "item": "minecraft:paper"
        },
        {
            "item": "minecraft:ink_sac"
        }
    ],
    "result": {
        "id": "minecraft:name_tag",
        "count": 1
    }
}```
I'll post the errors as comments
Continue to help post