Guest User

Untitled

a guest
Dec 10th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. {
  2. "products": [
  3. {
  4. "id": "mystery-food-walk",
  5. "name": "Mystery Food Walk",
  6. "heroImageUlr": "/static/example_background.jpg",
  7. "description": {
  8. "summary": "The best hidden secrets and boutique wine experiences. We’ll organise a day away from the well known to help you discover something new and unique.",
  9. "details": "Everyone loves discovering hidden gems, and this tour is setup to do just that. A personalised day away from the well known and into the boutique producers and small batch estates. This is a great tour choice for those already familiar with the region or those who are keen to discover something new and unique. A typical tour day will run from 9:30am until 5:00pm, and consists of 3 to 5 wineries including lunch. With a range of lunch options available to suit your tastes, the Boutique Adventure will make you a hit amongst your friends as you toast your memorable day out.",
  10. "media": {
  11. "type": "image",
  12. "name": "example image",
  13. "url": "../static/example_video_thumbnail.jpg"
  14. }
  15. },
  16. "details": [
  17. {
  18. "detailTitle": "Experience",
  19. "detailContent": "Lunch"
  20. },
  21. {
  22. "detailTitle": "Suitable For",
  23. "detailContent": "2-10 people"
  24. },
  25. {
  26. "detailTitle": "Duration",
  27. "detailContent": "2-3 hours"
  28. },
  29. {
  30. "detailTitle": "Stops",
  31. "detailContent": "5 Course"
  32. }
  33. ],
  34. "options": [
  35. {
  36. "value": "mornington",
  37. "label": "Mornington"
  38. },
  39. {
  40. "value": "kinglake",
  41. "label": "Kinglake"
  42. }
  43. ],
  44. "addOns": [{}]
  45. },
  46. {
  47. "id": "yarra-valley-wine-tour",
  48. "name": "Mystery Food Walk",
  49. "heroImageUlr": "/static/example_background.jpg",
  50. "description": {
  51. "summary": "The best hidden secrets and boutique wine experiences. We’ll organise a day away from the well known to help you discover something new and unique.",
  52. "details": "Everyone loves discovering hidden gems, and this tour is setup to do just that. A personalised day away from the well known and into the boutique producers and small batch estates. This is a great tour choice for those already familiar with the region or those who are keen to discover something new and unique. A typical tour day will run from 9:30am until 5:00pm, and consists of 3 to 5 wineries including lunch. With a range of lunch options available to suit your tastes, the Boutique Adventure will make you a hit amongst your friends as you toast your memorable day out.",
  53. "media": {
  54. "type": "image",
  55. "name": "example image",
  56. "url": "../static/example_video_thumbnail.jpg"
  57. }
  58. },
  59. "details": [
  60. {
  61. "detailTitle": "Experience",
  62. "detailContent": "Lunch"
  63. },
  64. {
  65. "detailTitle": "Suitable For",
  66. "detailContent": "2-10 people"
  67. },
  68. {
  69. "detailTitle": "Duration",
  70. "detailContent": "2-3 hours"
  71. },
  72. {
  73. "detailTitle": "Stops",
  74. "detailContent": "5 Course"
  75. }
  76. ],
  77. "options": [
  78. {
  79. "value": "mornington",
  80. "label": "Mornington"
  81. },
  82. {
  83. "value": "kinglake",
  84. "label": "Kinglake"
  85. }
  86. ],
  87. "addOns": [{}]
  88. }
  89. ]
  90. }
Add Comment
Please, Sign In to add comment