maket_collection
Manage JSON Schema-typed data collections for page placeholders: create, edit, bind to pages to generate one page per member.
Instructions
When to use: manage data collections used by page placeholders.
Collections are typed by JSON Schema and contain ordered members. A page can be bound to one collection; rendering then produces one page per member. list — list collections. view — read one collection with fields and members. create — create an empty collection from a JSON Schema. validate_schema — check a schema against existing members without saving. change_schema — apply a schema only when existing members validate. add_row / update_row / delete_row — edit collection members. delete — remove a collection. bind / unbind — bind or clear a collection on a document page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | ||
| row | No | ||
| data | No | ||
| name | No | ||
| page | No | ||
| action | Yes | ||
| schema | No | ||
| description | No |