{
  "schemaVersion": 1,
  "title": "社内IT問い合わせの一次受付（架空例）",
  "lanes": [
    { "id": "lane-front", "label": "受付担当", "order": 0 },
    { "id": "lane-it", "label": "IT担当", "order": 1 }
  ],
  "nodes": [
    { "id": "node-receive", "type": "process", "label": "問い合わせを受ける", "laneId": "lane-front", "position": { "x": 80, "y": 38 }, "size": { "width": 190, "height": 82 }, "owner": "受付担当" },
    { "id": "node-check", "type": "process", "label": "症状と希望時期を確認", "laneId": "lane-front", "position": { "x": 325, "y": 38 }, "size": { "width": 190, "height": 82 }, "owner": "受付担当" },
    { "id": "node-decision", "type": "decision", "label": "一次案内できる？", "laneId": "lane-front", "position": { "x": 590, "y": 27 }, "size": { "width": 178, "height": 104 }, "owner": "受付担当" },
    { "id": "node-answer", "type": "process", "label": "案内を返す", "laneId": "lane-front", "position": { "x": 850, "y": 38 }, "size": { "width": 190, "height": 82 }, "owner": "受付担当" },
    { "id": "node-handoff", "type": "process", "label": "IT担当へ引き継ぐ", "laneId": "lane-it", "position": { "x": 325, "y": 208 }, "size": { "width": 190, "height": 82 }, "owner": "受付担当" },
    { "id": "node-policy", "type": "process", "label": "対応方針を共有", "laneId": "lane-it", "position": { "x": 590, "y": 208 }, "size": { "width": 190, "height": 82 }, "owner": "IT担当" },
    { "id": "node-record", "type": "process", "label": "対応を記録する", "laneId": "lane-it", "position": { "x": 850, "y": 208 }, "size": { "width": 190, "height": 82 }, "owner": "受付担当" }
  ],
  "edges": [
    { "id": "edge-1", "from": "node-receive", "to": "node-check", "label": "" },
    { "id": "edge-2", "from": "node-check", "to": "node-decision", "label": "" },
    { "id": "edge-yes", "from": "node-decision", "to": "node-answer", "label": "はい" },
    { "id": "edge-no", "from": "node-decision", "to": "node-handoff", "label": "いいえ" },
    { "id": "edge-4", "from": "node-answer", "to": "node-record", "label": "" },
    { "id": "edge-5", "from": "node-handoff", "to": "node-policy", "label": "" },
    { "id": "edge-6", "from": "node-policy", "to": "node-record", "label": "" }
  ]
}
