{
    "title": "fiery_pizza",
    "id": "af092aff82",
    "table": [
        {
            "instructions": "mix cornflour ketchup chopped peri , peri chili 's til paste .",
            "input": "(ketchup; cornflour; chopped peri peri chilies)",
            "action": "mix",
            "output": "spicy ketchup mixture"
        },
        {
            "instructions": "brush olive_oil over base",
            "input": "(pizza base; olive oil)",
            "action": "brush",
            "output": "pizza base with olive oil"
        },
        {
            "instructions": "spread dry herbs over base .",
            "input": "(dry herbs; pizza base with olive oil)",
            "action": "spread",
            "output": "pizza base with olive oil and dried herbs"
        },
        {
            "instructions": "coat base in tomato mixture .",
            "input": "(spicy ketchup mixture; pizza base with olive oil and dried herbs)",
            "action": "coat",
            "output": "pizza base with olive oil, dried herbs and spicy ketchup mixture"
        },
        {
            "instructions": "lay thinly sliced bell_pepper , bacon over base .",
            "input": "(sliced bell pepper; baconpizza base with olive oil, dried herbs and spicy ketchup mixture; )",
            "action": "lay",
            "output": "pizza base with olive oil, dried herbs, spicy ketchup mixture and bell pepper, bacon"
        },
        {
            "instructions": "top with swis_cheese cheddar_cheese .",
            "input": "(swiss cheese; cheddar cheese; pizza base with olive oil, dried herbs, spicy ketchup mixture and bell pepper, bacon)",
            "action": "top",
            "output": "pizza base with olive oil, dried herbs, spicy ketchup mixture, bell pepper, bacon swiss cheese and cheddar cheese"
        },
        {
            "instructions": "place bocconcini balls over pizza .",
            "input": "(bocconcini balls; pizza base with olive oil, dried herbs, spicy ketchup mixture, bell pepper, bacon swiss cheese and cheddar cheese)",
            "action": "place",
            "output": "pizza base with olive oil, dried herbs, spicy ketchup mixture, bell pepper, bacon swiss cheese, cheddar cheese and bocconcini balls"
        },
        {
            "instructions": "place in preheated oven 200 deg c.",
            "input": "pizza base with olive oil, dried herbs, spicy ketchup mixture, bell pepper, bacon swiss cheese, cheddar cheese and bocconcini balls",
            "action": "place",
            "output": "cooking spicy bocconcini, cheese and vegetable pizza"
        },
        {
            "instructions": "bake 15 mins .",
            "input": "cooking spicy bocconcini, cheese and vegetable pizza",
            "action": "bake",
            "output": "baked spicy bocconcini, cheese and vegetable pizza"
        },
        {
            "instructions": "garnish with chopped flat_leaf_parsley .",
            "input": "(flat leaf parsley; baked spicy bocconcini, cheese and vegetable pizza)",
            "action": "garnish",
            "output": "baked spicy bocconcini, cheese and vegetable pizza garnished with flat leaf parsley"
        }
    ],
    "ingredients": [
        {
            "text": "1 Turkish bread or 1 pizza dough"
        },
        {
            "text": "4 slices trimmed bacon or 4 slices smoked pork"
        },
        {
            "text": "2 tablespoons olive oil"
        },
        {
            "text": "12 teaspoon dried rosemary"
        },
        {
            "text": "12 teaspoon dried thyme"
        },
        {
            "text": "12 teaspoon dried oregano"
        },
        {
            "text": "78 tablespoon tomato ketchup"
        },
        {
            "text": "1 tablespoon sweet chili sauce"
        },
        {
            "text": "peri-peri, chili"
        },
        {
            "text": "red bell pepper"
        },
        {
            "text": "6 pieces bocconcini"
        },
        {
            "text": "cornflour, to thicken"
        },
        {
            "text": "1 cup swiss cheese"
        },
        {
            "text": "12 cup cheddar cheese"
        },
        {
            "text": "flat leaf parsley"
        }
    ],
    "recipe": [
        {
            "text": "mix cornflour/ketchup/chopped peri peri chili's til paste."
        },
        {
            "text": "brush olive oil over base,spread dry herbs over base."
        },
        {
            "text": "coat base in tomato mixture."
        },
        {
            "text": "lay thinly sliced bell pepper bacon over base."
        },
        {
            "text": "top with swiss cheese/cheddar cheese."
        },
        {
            "text": "place bocconcini balls over pizza."
        },
        {
            "text": "place in preheated oven (200 deg c)."
        },
        {
            "text": "bake 15 mins."
        },
        {
            "text": "garnish with chopped flat leaf parsley."
        }
    ]
}