{
  "id": "canonlink",
  "title": "CanonLink Relationships Export Report",
  "description": "Adapted CanonLink Relationships.",
  "generatedAt": "2026-08-22T21:39:45.059Z",
  "graph": {
    "id": "canonlink",
    "label": "CanonLink Relationships",
    "description": "Adapted CanonLink Relationships.",
    "nodes": [
      {
        "id": "party",
        "label": "Party",
        "type": "organization",
        "domain": "canonlink",
        "status": "active",
        "tags": [],
        "metadata": {
          "adapter": "canonlink"
        }
      },
      {
        "id": "agreement",
        "label": "Agreement",
        "type": "legal",
        "domain": "canonlink",
        "status": "active",
        "tags": [],
        "metadata": {
          "adapter": "canonlink"
        }
      },
      {
        "id": "proof",
        "label": "Proof",
        "type": "evidence",
        "domain": "canonlink",
        "status": "active",
        "tags": [],
        "metadata": {
          "adapter": "canonlink"
        }
      }
    ],
    "edges": [
      {
        "id": "party-canon-agreement",
        "source": "party",
        "target": "agreement",
        "type": "canon",
        "label": "signs",
        "direction": "directed",
        "authorityLevel": 1,
        "metadata": {
          "adapter": "canonlink"
        }
      },
      {
        "id": "proof-provenance-agreement",
        "source": "proof",
        "target": "agreement",
        "type": "provenance",
        "label": "verifies",
        "direction": "directed",
        "authorityLevel": 1,
        "metadata": {
          "adapter": "canonlink"
        }
      }
    ]
  },
  "diagnostics": {
    "nodeCount": 3,
    "edgeCount": 2,
    "nodeTypes": {
      "organization": 1,
      "legal": 1,
      "evidence": 1
    },
    "edgeTypes": {
      "canon": 1,
      "provenance": 1
    },
    "disconnectedNodeIds": [],
    "cycleCount": 0,
    "cycles": [],
    "validationErrors": []
  },
  "summary": {
    "health": "ready",
    "nodeCount": 3,
    "edgeCount": 2,
    "nodeTypeCount": 3,
    "edgeTypeCount": 2,
    "disconnectedCount": 0,
    "cycleCount": 0,
    "validationIssueCount": 0
  },
  "authorityTraces": [],
  "dependencyTraces": [],
  "evidenceTraces": [
    {
      "id": "proof-provenance-agreement",
      "label": "verifies",
      "source": "proof",
      "target": "agreement",
      "type": "provenance",
      "authorityLevel": 1
    }
  ]
}