get_schema_graph
Navigate a schema reference graph from a root schema, revealing every connected node, edge, and unresolved reference up to a depth limit.
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 |