Graph JSON schema
{
"schemaVersion": 1,
"nodes": [],
"edges": [],
"diagnostics": [],
"summary": {}
}| Field | Type | Purpose |
|---|---|---|
nodes[] | array | Config paths, variables, files, executable surfaces, and sources. |
edges[] | array | uses, reads, and depends_on relationships. |
diagnostics[] | array | Static graph caveats. |
summary | object | Node, edge, and diagnostic counts. |
Graph output can also be formatted as Mermaid or DOT. See dependency graphs and introspection model.
Last updated on