POIs Schema
POIs (Points of Interest) Schema
Section titled “POIs (Points of Interest) 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.)
Placeholder Structure
Section titled “Placeholder Structure”{ "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.