{
    "title": "pizza_omelette_recipe",
    "id": "2b7b192eb3",
    "table": [
        {
            "instructions": "beat the eggs with the oregano",
            "input": "(eggs; oregano)",
            "action": "beat",
            "output": "eggs and oregano beaten"
        },
        {
            "instructions": "season .",
            "input": "eggs and oregano beaten",
            "action": "season",
            "output": "seasoned beaten eggs"
        },
        {
            "instructions": "heat the oil in a large oven proof frying pan",
            "input": "oil",
            "action": "heat",
            "output": "heated oil"
        },
        {
            "instructions": "pour the egg mix in .",
            "input": "(seasoned beaten eggs; heated oil)",
            "action": "pour",
            "output": "seasoned egg mixture poured on heated oil"
        },
        {
            "instructions": "cook on a low heat until the eggs look like they 're nearly set , stirring occasionally .",
            "input": "seasoned egg mixture poured on heated oil",
            "action": "cook",
            "output": "cooked omelette"
        },
        {
            "instructions": "place under the grill on a high heat until it looks like it 's puffed up .",
            "input": "cooked omelette",
            "action": "place",
            "output": "grilled omelette"
        },
        {
            "instructions": "spread the passata sauce over the egg base",
            "input": "(passata sauce; grilled omelette)",
            "action": "spread",
            "output": "passata spread on grilled omelette"
        },
        {
            "instructions": ", sprinkle on the cheese and olives",
            "input": "(cheese; grilled omelette with passata sauce)",
            "action": "sprinkle",
            "output": "cheese sprinkled on grilled omelette with passata sauce"
        },
        {
            "instructions": "place under the grill for 2 3 minutes until the cheese has melted .",
            "input": "assembled pizza omelette",
            "action": "place",
            "output": "grilled pizza omelette"
        }
    ],
    "ingredients": [
        {
            "text": "1 dash olive oil"
        },
        {
            "text": "8 large eggs"
        },
        {
            "text": "1 handful of pitted black olives"
        },
        {
            "text": "4 tbsp Passata sauce"
        },
        {
            "text": "1 tsp oregano"
        },
        {
            "text": "85 g (3oz) Cheddar cheese"
        },
        {
            "text": "1 pinch salt and pepper"
        }
    ],
    "recipe": [
        {
            "text": "Beat the eggs with the oregano and season."
        },
        {
            "text": "Heat the oil in a large oven-proof frying pan and pour the egg mix in."
        },
        {
            "text": "Cook on a low heat until the eggs look like they're nearly set, stirring occasionally."
        },
        {
            "text": "Place under the grill on a high heat until it looks like it's puffed up."
        },
        {
            "text": "Spread the Passata sauce over the egg base, sprinkle on the cheese and olives and place under the grill for 2-3 minutes until the cheese has melted."
        }
    ]
}