Skip to content

Places Schema

Coming Soon

This document will define the places/destinations schema including:

  • Destination hierarchy and relationships
  • Geographic and administrative data
  • Tourism and travel information
  • Content and media associations
  • Related POIs and articles
{
"data": {
"place": {
"id": "string",
"name": "string",
"hierarchy": {
// Country, region, city relationships
},
"geography": {
// Coordinates, boundaries, climate
},
"tourism": {
// Best time to visit, highlights, travel info
},
"content": {
// Descriptions, guides, and rich content
},
"related": {
// Related POIs, articles, and places
}
}
}
}

This schema documentation is in development. Check back for updates.