summaryrefslogtreecommitdiff
path: root/data/storage/recipes/0/text
blob: 5a6aeb82a415457a64cb393c3c43a2c0293b8177 (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}
			]
		}
	]
}