summaryrefslogtreecommitdiff
path: root/data/storage/recipes/0/text
blob: aeee8259c7a596fbbdadb8104f5c0eb9ee487702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "title":"Some delicious food",
    "portions": 4,
    "url":"https://example.org",
    "steps":[
        {
            "text":"Prepare vegetables.",
            "ingredients":[
                {"type":"carrot", "amount":"3 pieces"},
                {"type":"tomato", "amount":250}
            ]
        },
        {
            "text":"Cook those vegetables",
            "ingredients":[
                {"type":"water", "amount":null},
                {"type":"salt", "amount":null}
            ]
        }
    ]
}