get_schema_graph
Walks the schema reference graph from a root schema to map dependencies and relationships, returning node details and unresolved references.
Instructions
BFS walk of the schema reference graph from a root schema name. Returns {root, nodes:{name:{type, properties, required, refs}}, edges:[[from, to]], unresolved}. max_depth bounds the walk (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| schema_name | Yes | ||
| max_depth | No |