{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "id": "title",
      "type": "text",
      "x": 350,
      "y": 20,
      "width": 300,
      "height": 35,
      "text": "Credential Verification Flow",
      "fontSize": 28,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "id": "verifier-box",
      "type": "rectangle",
      "x": 50,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#f59e0b",
      "backgroundColor": "#fffbeb",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "verifier-label",
      "type": "text",
      "x": 70,
      "y": 120,
      "width": 80,
      "height": 25,
      "text": "Verifier",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#f59e0b"
    },
    {
      "id": "skippy-box",
      "type": "rectangle",
      "x": 300,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#8b5cf6",
      "backgroundColor": "#f5f3ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "skippy-label",
      "type": "text",
      "x": 320,
      "y": 120,
      "width": 80,
      "height": 25,
      "text": "Skippy",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#8b5cf6"
    },
    {
      "id": "holder-box",
      "type": "rectangle",
      "x": 550,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#10b981",
      "backgroundColor": "#ecfdf5",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "holder-label",
      "type": "text",
      "x": 575,
      "y": 120,
      "width": 70,
      "height": 25,
      "text": "Holder",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#10b981"
    },
    {
      "id": "step1",
      "type": "text",
      "x": 50,
      "y": 200,
      "width": 250,
      "height": 20,
      "text": "1. Create Verification Request",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step2",
      "type": "text",
      "x": 50,
      "y": 260,
      "width": 250,
      "height": 20,
      "text": "2. Share QR Code / Link",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step3",
      "type": "text",
      "x": 50,
      "y": 320,
      "width": 250,
      "height": 20,
      "text": "3. Holder Scans / Opens",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step4",
      "type": "text",
      "x": 50,
      "y": 380,
      "width": 250,
      "height": 20,
      "text": "4. Select & Consent to Share",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step5",
      "type": "text",
      "x": 50,
      "y": 440,
      "width": 250,
      "height": 20,
      "text": "5. Verification Result Returned",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    }
  ],
  "appState": {
    "viewBackgroundColor": "#ffffff",
    "gridSize": null
  }
}
