validate_diagram
Check Mermaid ER diagrams for syntax errors and structural issues before generating PostgreSQL tables and CRUD APIs. Catch invalid definitions early to ensure reliable API generation.
Instructions
Validate a Mermaid ER diagram for syntax errors and structural issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram | Yes | The Mermaid ER diagram text to validate. |