munch-ease-backend/tests/sample_files/recipes/cheese-omelette.recipe.json

91 lines
2.3 KiB
JSON
Raw Normal View History

2025-11-04 07:31:13 +00:00
{
"id": -1,
"name": "Cheese Omelette",
"link": "cheese-omelette",
"serves": 1,
"imageUrls": [
"https://www.allrecipes.com/thmb/JS43mD2rA6_cCs9eTlXNGRHT5oQ=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/5143634-ac5ad80b28f44c53bd0fd6d570f61f0d.jpg"
],
"ingredients": [
{
"id": -1,
"name": "eggs",
"line": "3 large eggs",
"unit": "Items",
"quantity": 3.0,
"preparation": "",
"productId": -1,
"recipeId": null,
"mealId": null,
"product": null
},
{
"id": -1,
"name": "milk",
"line": "1 tablespoon milk, or as needed",
"unit": "Tablespoon",
"quantity": 1.0,
"preparation": "",
"productId": -1,
"recipeId": null,
"mealId": null,
"product": null
},
{
"id": -1,
"name": "salt and white pepper",
"line": "salt and freshly ground white pepper to taste",
"unit": "Items",
"quantity": 1.0,
"preparation": "freshly ground",
"productId": -1,
"recipeId": null,
"mealId": null,
"product": null
},
{
"id": -1,
"name": "butter",
"line": "2 tablespoons butter",
"unit": "Tablespoon",
"quantity": 2.0,
"preparation": "",
"productId": 4,
"recipeId": null,
"mealId": null,
"product": {
"id": 4,
"productId": "712251",
"shopCode": "woolworths",
"link": "https://www.woolworths.com.au/shop/productdetails/712251/western-star-unsalted-butter-chef-s-choice",
"name": "Western Star Unsalted Butter Chef's Choice",
"quantity": 500,
"unit": "g",
"imgSmall": "https://cdn0.woolworths.media/content/wowproductimages/small/712251.jpg",
"imgLarge": "https://cdn0.woolworths.media/content/wowproductimages/large/712251.jpg"
}
},
{
"id": -1,
"name": "Emmentaler cheese",
"line": "0.25 cup shredded Emmentaler cheese",
"unit": "Cup",
"quantity": 0.25,
"preparation": "shredded",
"productId": -1,
"recipeId": null,
"mealId": null,
"product": null
}
],
"basedOnRecipe": null,
"dateCreated": "2025-11-04T18:24:29.300361+11:00",
"createdById": 1,
"createdBy": {
"id": 1,
"displayName": "Snapshot Generator"
},
"dateHidden": null,
"hiddenById": null,
"hiddenBy": null
}