get_schema_graph
Explore schema reference graphs by walking dependencies from a root schema, revealing nodes, edges, and unresolved references with configurable 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 |