Places Schema
Places Schema
Section titled “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
Placeholder Structure
Section titled “Placeholder Structure”{ "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.