PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / sample-data / items.json

items.json in Yatra – Travel Booking & Tour Operator Software trunk, at sample-data/items.json

201 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "item",
4 "name": "Mountain Hut",
5 "slug": "mountain-hut",
6 "description": "Basic mountain accommodation with shared facilities",
7 "icon": "home",
8 "status": "publish",
9 "parent_slug": "accommodation"
10 },
11 {
12 "type": "item",
13 "name": "5-Star Hotel",
14 "slug": "5-star-hotel",
15 "description": "Luxury hotel with premium amenities",
16 "icon": "hotel",
17 "status": "publish",
18 "parent_slug": "accommodation"
19 },
20 {
21 "type": "item",
22 "name": "Beach Resort",
23 "slug": "beach-resort",
24 "description": "Beachfront resort with ocean views",
25 "icon": "umbrella-beach",
26 "status": "publish",
27 "parent_slug": "accommodation"
28 },
29 {
30 "type": "item",
31 "name": "Safari Lodge",
32 "slug": "safari-lodge",
33 "description": "Safari lodge in the wilderness",
34 "icon": "tree",
35 "status": "publish",
36 "parent_slug": "accommodation"
37 },
38 {
39 "type": "item",
40 "name": "Tented Camp",
41 "slug": "tented-camp",
42 "description": "Luxury tented camp experience",
43 "icon": "campground",
44 "status": "publish",
45 "parent_slug": "accommodation"
46 },
47 {
48 "type": "item",
49 "name": "Guided Hiking",
50 "slug": "guided-hiking",
51 "description": "Professional guided hiking activity",
52 "icon": "hiking",
53 "status": "publish",
54 "parent_slug": "activity"
55 },
56 {
57 "type": "item",
58 "name": "Snorkeling Trip",
59 "slug": "snorkeling-trip",
60 "description": "Guided snorkeling in coral reefs",
61 "icon": "water",
62 "status": "publish",
63 "parent_slug": "activity"
64 },
65 {
66 "type": "item",
67 "name": "Temple Visit",
68 "slug": "temple-visit",
69 "description": "Guided tour of historic temples",
70 "icon": "monument",
71 "status": "publish",
72 "parent_slug": "activity"
73 },
74 {
75 "type": "item",
76 "name": "Game Drive",
77 "slug": "game-drive",
78 "description": "Safari game drive in 4x4 vehicle",
79 "icon": "binoculars",
80 "status": "publish",
81 "parent_slug": "activity"
82 },
83 {
84 "type": "item",
85 "name": "City Walking Tour",
86 "slug": "city-walking-tour-item",
87 "description": "Guided walking tour of city highlights",
88 "icon": "walking",
89 "status": "publish",
90 "parent_slug": "activity"
91 },
92 {
93 "type": "item",
94 "name": "Cooking Class",
95 "slug": "cooking-class-item",
96 "description": "Local cooking class experience",
97 "icon": "utensils",
98 "status": "publish",
99 "parent_slug": "activity"
100 },
101 {
102 "type": "item",
103 "name": "Breakfast",
104 "slug": "breakfast",
105 "description": "Morning breakfast meal",
106 "icon": "coffee",
107 "status": "publish",
108 "parent_slug": "meal"
109 },
110 {
111 "type": "item",
112 "name": "Lunch",
113 "slug": "lunch",
114 "description": "Midday lunch meal",
115 "icon": "utensils",
116 "status": "publish",
117 "parent_slug": "meal"
118 },
119 {
120 "type": "item",
121 "name": "Dinner",
122 "slug": "dinner",
123 "description": "Evening dinner meal",
124 "icon": "utensils",
125 "status": "publish",
126 "parent_slug": "meal"
127 },
128 {
129 "type": "item",
130 "name": "Welcome Dinner",
131 "slug": "welcome-dinner",
132 "description": "Special welcome dinner for guests",
133 "icon": "glass-cheers",
134 "status": "publish",
135 "parent_slug": "meal"
136 },
137 {
138 "type": "item",
139 "name": "Airport Transfer",
140 "slug": "airport-transfer",
141 "description": "Transfer to/from airport",
142 "icon": "car",
143 "status": "publish",
144 "parent_slug": "transportation"
145 },
146 {
147 "type": "item",
148 "name": "Coach Transfer",
149 "slug": "coach-transfer",
150 "description": "Coach/bus transfer between locations",
151 "icon": "bus",
152 "status": "publish",
153 "parent_slug": "transportation"
154 },
155 {
156 "type": "item",
157 "name": "Boat Transfer",
158 "slug": "boat-transfer",
159 "description": "Speedboat or ferry transfer",
160 "icon": "ship",
161 "status": "publish",
162 "parent_slug": "transportation"
163 },
164 {
165 "type": "item",
166 "name": "Landmark Visit",
167 "slug": "landmark-visit",
168 "description": "Visit to a famous landmark or attraction",
169 "icon": "camera",
170 "status": "publish",
171 "parent_slug": "sightseeing"
172 },
173 {
174 "type": "item",
175 "name": "Scenic Viewpoint",
176 "slug": "scenic-viewpoint",
177 "description": "Scenic viewpoint or lookout stop",
178 "icon": "eye",
179 "status": "publish",
180 "parent_slug": "sightseeing"
181 },
182 {
183 "type": "item",
184 "name": "Rest & Explore",
185 "slug": "rest-and-explore",
186 "description": "Free time to rest or explore independently",
187 "icon": "clock",
188 "status": "publish",
189 "parent_slug": "free-time"
190 },
191 {
192 "type": "item",
193 "name": "Shopping Time",
194 "slug": "shopping-time",
195 "description": "Free time for shopping and souvenirs",
196 "icon": "shopping-bag",
197 "status": "publish",
198 "parent_slug": "free-time"
199 }
200 ]
201