summaryrefslogtreecommitdiff
path: root/data/storage/recipes/1/text
diff options
context:
space:
mode:
Diffstat (limited to 'data/storage/recipes/1/text')
-rw-r--r--data/storage/recipes/1/text19
1 files changed, 13 insertions, 6 deletions
diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text
index 3489b2c..ecf26dc 100644
--- a/data/storage/recipes/1/text
+++ b/data/storage/recipes/1/text
@@ -1,6 +1,13 @@
-# Second recipe
-
-Important steps:
-
-* cook it
-* eat it
+{
+ "title":"Very delicious stuff",
+ "portions": 4,
+ "url":"https://example.org",
+ "steps":[
+ {
+ "text":"Bake the frozen pizza!",
+ "ingredients":[
+ {"type":"pizza", "amount":"4 pieces"}
+ ]
+ }
+ ]
+}