card_builder_validate_config
Validates a Card Builder configuration by checking version, block types, parent-child consistency, and entity availability. Returns a structured report of errors and warnings.
Instructions
Lightweight structural validation for a Card Builder config (DocumentData).
Checks: version, rootId presence, every block has known type, parent/child
links are consistent, entity-required blocks have an entity available
(inherited, slot, or fixed). Returns {ok: bool, errors: [...], warnings: [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||