summaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/lib/ecomp/asdc/sequencer/model/demo/scenarios/model/BLANK.json
blob: 784a80e8208082fa19f5cb11ec889e87053646ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "diagram": {
    "metadata": {
      "id": "$",
      "ref": "BLANK",
      "name": "New Sequence"
    },
    "lifelines": [
      {
        "id": "Alice",
        "name": "Alice"
      },
      {
        "id": "Bob",
        "name": "Bob"
      }
    ],
    "steps": [
      {
        "message": {
          "from": "Alice",
          "to": "Bob",
          "label": "Sup Bob",
          "type": "request"
        }
      },
      {
        "message": {
          "from": "Bob",
          "to": "Alice",
          "label": "Yo Alice",
          "type": "response"
        }
      }
    ]
  }
}