{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Delegation Chain Schema",
  "dateModified": "2026-06-02",
  "description": "Cryptographic delegation chain: Principal -> Agent -> Sub-agent. Each link is a VC signed by the upstream party.",
  "variableMeasured": [
    "chainId",
    "depth",
    "links[].issuerDid",
    "links[].subjectDid",
    "links[].capabilities",
    "links[].expiresAt",
    "links[].proof"
  ],
  "maxDepth": 5,
  "verification": "Every verifier MUST walk the chain to the root principal and check each link signature + status."
}