example.json 705 B

12345678910111213141516171819202122232425262728293031
  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. "ingredients": [
  14. {
  15. "name": "onion",
  16. "preparation": "",
  17. "amount": "100 g"
  18. }
  19. ],
  20. "duration": {
  21. "displayAs": "MINUTES",
  22. "approximate": true,
  23. "minSeconds": 300,
  24. "maxSeconds": 600
  25. }
  26. }
  27. }
  28. ]
  29. }
  30. ]
  31. }