get_schema_graph
Traverse a schema reference graph from a root schema to discover related schemas, their properties, and unresolved references within a 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 | ||
| schema_name | Yes | ||
| max_depth | No |