Skip to content

Articles Schema

Coming Soon

This document will define the complete article schema including:

  • Article metadata and properties
  • Content block integration
  • Related content associations
  • SEO and social media fields
  • Publication workflow states
{
"data": {
"article": {
"id": "string",
"title": "string",
"slug": "string",
"contentBlocks": [
// Rich text content blocks (see Rich Text → Content Blocks schema)
],
"metadata": {
// Article metadata
},
"related": {
// Related articles, places, POIs
}
}
}
}

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