summaryrefslogtreecommitdiff
path: root/data/storage/recipes/0
diff options
context:
space:
mode:
Diffstat (limited to 'data/storage/recipes/0')
-rw-r--r--data/storage/recipes/0/text32
1 files changed, 21 insertions, 11 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text
index ad56eed..5a6aeb8 100644
--- a/data/storage/recipes/0/text
+++ b/data/storage/recipes/0/text
@@ -1,11 +1,21 @@
-# First recipe
-
-Important steps:
-
-* cook it smoothly
-* serve it
-* eat it
-
-A nice recipe from:
-
-=> https://example.com Not a real cooking site
+{
+ "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}
+ ]
+ }
+ ]
+}