validate_architecture
Parse architecture diagrams without rendering, reporting all syntax errors, reference errors, and warnings about orphan nodes, empty groups, and unknown icons in one pass.
Instructions
Parse a diagram without drawing it. Reports every syntax/reference error at once, plus warnings about orphan nodes, empty groups and unknown icon types. Cheap to call before rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dsl | No | Diagram in the it-architecture DSL (preferred). Call get_authoring_guide once to learn it. | |
| spec | No | Structured diagram spec; alternative to 'dsl'. | |
| title | No | Overrides the title in dsl/spec. | |
| subtitle | No | ||
| direction | No | Flow direction; LR is the default. |