Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TrustInheritanceGraphResult

    interface TrustInheritanceGraphResult {
        edges: TrustInheritanceGraphEdge[];
        nodes: TrustInheritanceGraphNodeResult[];
        roots: string[];
    }
    Index
    roots: string[]