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 |
|---|---|---|
| items | array of ContentBlockReference | List of content block references with their variables. |
List of content block references with their variables. | ||
JSON Example
{
"items": [
{
"contentBlock": "...",
"vars": "...",
"meta": "..."
}
]
}