get_schema_graph
Traverse a schema reference graph from a root schema to map related schemas and dependencies. Returns nodes, edges, and unresolved references, with configurable traversal depth.
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 | ||
| max_depth | No | ||
| schema_name | Yes |