example.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "title": "Peanut Chicken Curry",
  3. "description": "A fusion style peanut-butter based chicken curry from Chef John of FoodWishes.com",
  4. "products": [
  5. {
  6. "name": "Curry",
  7. "cards": [
  8. {
  9. "id": 0,
  10. "dependsOn": [],
  11. "vessel": "",
  12. "preparation": {
  13. "duration": {
  14. "displayAs": "MINUTES",
  15. "approximate": true,
  16. "minSeconds": 300,
  17. "maxSeconds": 600
  18. }
  19. },
  20. "cooking": [
  21. {
  22. "ingredients": [
  23. {
  24. "name": "oil",
  25. "amount": "1 Tbsp"
  26. }
  27. ],
  28. "duration": {
  29. "displayAs": "SECONDS",
  30. "approximate": true,
  31. "minSeconds": 30,
  32. "maxSeconds": 60
  33. },
  34. "instruction": "Heat oil over high heat"
  35. },
  36. {
  37. "ingredients": [
  38. {
  39. "name": "onion",
  40. "preparation": "chopped",
  41. "amount": "100 g"
  42. }
  43. ],
  44. "duration": {
  45. "displayAs": "MINUTES",
  46. "approximate": true,
  47. "minSeconds": 300,
  48. "maxSeconds": 900
  49. },
  50. "instruction": "Sauté the onions until soft and translucent, stirring to prevent burning"
  51. }
  52. ],
  53. "rest": {
  54. "where": "ROOM_TEMPERATURE",
  55. "duration": {
  56. "displayAs": "SECONDS",
  57. "approximate": false,
  58. "minSeconds": 30,
  59. "maxSeconds": 30
  60. }
  61. }
  62. }
  63. ]
  64. }
  65. ]
  66. }