{
    "title":"Some delicious food",
    "portions": 4,
    "url":"https://example.org",
    "steps":[
        {
            "text":"Prepare vegetables.",
            "ingredients":[
                {"amount":3, "unit":"pieces", "type":"carrot"},
                {"amount":250, "unit":"g", "type":"tomato"}
            ]
        },
        {
            "text":"Cook those vegetables",
            "ingredients":[
                {"amount":0, "unit":"", "type":"water"},
                {"amount":0, "unit":"", "type":"salt"}
            ]
        }
    ]
}