| 1 |
[ |
| 2 |
{ |
| 3 |
"type": "item_type", |
| 4 |
"name": "Accommodation", |
| 5 |
"slug": "accommodation", |
| 6 |
"description": "Hotel, resort, camping, or other lodging", |
| 7 |
"icon": "hotel", |
| 8 |
"status": "publish" |
| 9 |
}, |
| 10 |
{ |
| 11 |
"type": "item_type", |
| 12 |
"name": "Activity", |
| 13 |
"slug": "activity", |
| 14 |
"description": "Tours, excursions, and activities", |
| 15 |
"icon": "activity", |
| 16 |
"status": "publish" |
| 17 |
}, |
| 18 |
{ |
| 19 |
"type": "item_type", |
| 20 |
"name": "Meal", |
| 21 |
"slug": "meal", |
| 22 |
"description": "Breakfast, lunch, dinner, or snacks", |
| 23 |
"icon": "utensils", |
| 24 |
"status": "publish" |
| 25 |
}, |
| 26 |
{ |
| 27 |
"type": "item_type", |
| 28 |
"name": "Transportation", |
| 29 |
"slug": "transportation", |
| 30 |
"description": "Bus, flight, train, boat, or other transport", |
| 31 |
"icon": "bus", |
| 32 |
"status": "publish" |
| 33 |
}, |
| 34 |
{ |
| 35 |
"type": "item_type", |
| 36 |
"name": "Sightseeing", |
| 37 |
"slug": "sightseeing", |
| 38 |
"description": "Tourist attractions and landmarks", |
| 39 |
"icon": "camera", |
| 40 |
"status": "publish" |
| 41 |
}, |
| 42 |
{ |
| 43 |
"type": "item_type", |
| 44 |
"name": "Free Time", |
| 45 |
"slug": "free-time", |
| 46 |
"description": "Leisure and free time activities", |
| 47 |
"icon": "clock", |
| 48 |
"status": "publish" |
| 49 |
} |
| 50 |
] |
| 51 |
|