API Docs / Schemas / ContentBlockCollection

ContentBlockCollection

Collection of content block references.
Generic wrapper that can be reused for any list of content blocks (schedules, sections, etc.).

Properties

Name Type Description
itemsarray of ContentBlockReference

List of content block references with their variables.

List of content block references with their variables.

JSON Example

{
  "items": [
    {
      "contentBlock": "...",
      "vars": "...",
      "meta": "..."
    }
  ]
}

Contained in Schemas