-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-recipe-collection.json
55 lines (55 loc) · 2.38 KB
/
example-recipe-collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"recipes": {
"recipe name 1": {
"rating": "0",
"source": "http://domain.tld/path/to/original/recipe.html",
"title": "Recipe Title 1",
"image": "https://some.domain.tld/path/to/recipe/image",
"ingredients": "1 Ingredient #1\n1/2 Other Ingredient\nEtc...",
"creation_date": "2015-09-18 13:26:13 +0000",
"instructions": "Some instructions that are joined by \n so that they will appear correctly in order for display purposes."
},
"recipe name 2": {
"rating": "0",
"source": "http://domain.tld/path/to/original/recipe.html",
"title": "Recipe Title 2",
"image": "https://some.domain.tld/path/to/recipe/image",
"ingredients": "1 Ingredient #1\n1/2 Other Ingredient\nEtc...",
"creation_date": "2015-09-18 13:26:13 +0000",
"instructions": "Some instructions that are joined by \n so that they will appear correctly in order for display purposes."
},
"recipe name 3": {
"rating": "0",
"source": "http://domain.tld/path/to/original/recipe.html",
"title": "Recipe Title 3",
"image": "https://some.domain.tld/path/to/recipe/image",
"ingredients": "1 Ingredient #1\n1/2 Other Ingredient\nEtc...",
"creation_date": "2015-09-18 13:26:13 +0000",
"instructions": "Some instructions that are joined by \n so that they will appear correctly in order for display purposes."
},
"recipe name 4": {
"rating": "0",
"source": "http://domain.tld/path/to/original/recipe.html",
"title": "Recipe Title 4",
"image": "https://some.domain.tld/path/to/recipe/image",
"ingredients": "1 Ingredient #1\n1/2 Other Ingredient\nEtc...",
"creation_date": "2015-09-18 13:26:13 +0000",
"instructions": "Some instructions that are joined by \n so that they will appear correctly in order for display purposes."
}
},
"categories": {
"category name 1": [
"recipe name 1",
"recipe name 2"
],
"category name 2": [
"recipe name 3"
],
"category name 3": [
"recipe name 2",
"recipe name 3"
],
"category name 4": [
]
}
}