{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "id": "title",
      "type": "text",
      "x": 300,
      "y": 20,
      "width": 200,
      "height": 35,
      "text": "DID Hierarchy",
      "fontSize": 28,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "id": "org-box",
      "type": "rectangle",
      "x": 300,
      "y": 80,
      "width": 200,
      "height": 70,
      "strokeColor": "#6366f1",
      "backgroundColor": "#eef2ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "org-label",
      "type": "text",
      "x": 320,
      "y": 95,
      "width": 160,
      "height": 45,
      "text": "Organization\ndid:web:acme.com",
      "fontSize": 16,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#6366f1"
    },
    {
      "id": "proj1-box",
      "type": "rectangle",
      "x": 100,
      "y": 220,
      "width": 180,
      "height": 70,
      "strokeColor": "#8b5cf6",
      "backgroundColor": "#f5f3ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "proj1-label",
      "type": "text",
      "x": 120,
      "y": 235,
      "width": 140,
      "height": 45,
      "text": "Project: HR\ndid:key:z6Mk...",
      "fontSize": 16,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#8b5cf6"
    },
    {
      "id": "proj2-box",
      "type": "rectangle",
      "x": 520,
      "y": 220,
      "width": 180,
      "height": 70,
      "strokeColor": "#8b5cf6",
      "backgroundColor": "#f5f3ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "proj2-label",
      "type": "text",
      "x": 540,
      "y": 235,
      "width": 140,
      "height": 45,
      "text": "Project: Training\ndid:key:z6Mn...",
      "fontSize": 16,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#8b5cf6"
    },
    {
      "id": "issuer-box",
      "type": "rectangle",
      "x": 50,
      "y": 360,
      "width": 140,
      "height": 60,
      "strokeColor": "#10b981",
      "backgroundColor": "#ecfdf5",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "issuer-label",
      "type": "text",
      "x": 70,
      "y": 375,
      "width": 100,
      "height": 35,
      "text": "Issuer DID\n(signs creds)",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#10b981"
    },
    {
      "id": "verifier-box",
      "type": "rectangle",
      "x": 210,
      "y": 360,
      "width": 140,
      "height": 60,
      "strokeColor": "#f59e0b",
      "backgroundColor": "#fffbeb",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "verifier-label",
      "type": "text",
      "x": 225,
      "y": 375,
      "width": 110,
      "height": 35,
      "text": "Verifier DID\n(requests proof)",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#f59e0b"
    }
  ],
  "appState": {
    "viewBackgroundColor": "#ffffff",
    "gridSize": null
  }
}
