Skip to content

POIs Schema

Coming Soon

This document will define the POI schema including:

  • Location and geographic data
  • POI content and descriptions
  • Media and image associations
  • Category and type classifications
  • Operational information (hours, contact, etc.)
{
"data": {
"poi": {
"id": "string",
"name": "string",
"location": {
// Geographic coordinates and address
},
"content": {
// Rich text content and descriptions
},
"media": {
// Images, galleries, and media assets
},
"operational": {
// Hours, contact info, booking details
}
}
}
}

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