{
    "title": "homemade_french_bread_pizza",
    "id": "f5d4be2271",
    "table": [
        {
            "instructions": "cut loaf on half",
            "input": "loaf",
            "action": "cut",
            "output": "cut_loaf in half"
        },
        {
            "instructions": "then divide in fours.",
            "input": "halved_loaf",
            "action": "divide",
            "output": "divided_half_loaf"
        },
        {
            "instructions": "cover with pizza_sauce",
            "input": "pieces of bread loaf; pizza_sauce",
            "action": "cover",
            "output": "sauce_covered_pieces of bread loaf"
        },
        {
            "instructions": "cover with pepperoni",
            "input": "sauce_covered_pieces of bread loaf; pepperoni",
            "action": "cover",
            "output": "pepperoni_topped_sauce_covered_pieces of bread"
        },
        {
            "instructions": "cover with mozz cheese we added american too because my kids love all cheeses",
            "input": "pepperoni_topped_sauce_covered_loaf; mozzarella cheese",
            "action": "cover",
            "output": "mozzarella cheese added to pepperoni_topped_sauce_covered_pieces of bread"
        },
        {
            "instructions": "sprinkle with garlic_salt",
            "input": "uncooked bread pizza; garlic_salt",
            "action": "sprinkle",
            "output": "garlic salt on uncooked_bread pizza"
        },
        {
            "instructions": "bake 350 for 10 15 mins",
            "input": "uncooked_bread pizza",
            "action": "bake",
            "output": "baked_bread pizza"
        }
    ],
    "ingredients": [
        {
            "text": "1 loaf italian bread"
        },
        {
            "text": "1 packages pepperoni"
        },
        {
            "text": "1 can pizza sauce"
        },
        {
            "text": "1 packages mozzarella cheese"
        },
        {
            "text": "1 dash garlic salt"
        }
    ],
    "recipe": [
        {
            "text": "Cut loaf on half and then divide in 4s"
        },
        {
            "text": "Cover with pizza sauce"
        },
        {
            "text": "Cover with pepperoni"
        },
        {
            "text": "Cover with mozz cheese ( we added american too because my kids LOVE all cheeses)"
        },
        {
            "text": "Sprinkle with garlic salt and bake 350 for 10-15 mins"
        }
    ]
}