d2/e2etests/testdata/stable/sequence_diagram_simple/elk/board.exp.json

846 lines
18 KiB
JSON
Raw Normal View History

2022-12-01 21:56:47 +00:00
{
"name": "",
2023-02-27 22:33:33 +00:00
"isFolderOnly": false,
2022-12-21 07:43:45 +00:00
"fontFamily": "SourceSansPro",
2022-12-01 21:56:47 +00:00
"shapes": [
{
"id": "alice",
"type": "person",
"pos": {
2023-02-12 18:25:28 +00:00
"x": 12,
2023-03-02 22:58:37 +00:00
"y": 32
2022-12-01 21:56:47 +00:00
},
2023-03-02 22:58:37 +00:00
"width": 100,
"height": 144,
2022-12-01 21:56:47 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B5",
2022-12-01 21:56:47 +00:00
"stroke": "red",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-12-01 21:56:47 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-01 21:56:47 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-12-01 21:56:47 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "Alice\nline\nbreaker",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-01 21:56:47 +00:00
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-12-01 21:56:47 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 53,
"labelHeight": 53,
2022-12-03 01:22:30 +00:00
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
2022-12-01 21:56:47 +00:00
"zIndex": 0,
"level": 1
},
{
"id": "bob",
"type": "person",
"pos": {
"x": 291,
2023-03-02 22:58:37 +00:00
"y": 59
2022-12-01 21:56:47 +00:00
},
2023-03-02 22:58:37 +00:00
"width": 100,
"height": 150,
2022-12-01 21:56:47 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 5,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B5",
"stroke": "B1",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-12-01 21:56:47 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-01 21:56:47 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-12-01 21:56:47 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "Bob",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-01 21:56:47 +00:00
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-12-01 21:56:47 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 27,
"labelHeight": 21,
2022-12-03 01:22:30 +00:00
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
2022-12-01 21:56:47 +00:00
"zIndex": 0,
"level": 1
},
{
"id": "db",
"type": "cylinder",
"pos": {
"x": 618,
2023-02-12 18:25:28 +00:00
"y": 112
2022-12-01 21:56:47 +00:00
},
2023-02-12 18:25:28 +00:00
"width": 100,
2023-01-25 20:32:36 +00:00
"height": 118,
2022-12-01 21:56:47 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B5",
"stroke": "B1",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-12-01 21:56:47 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-01 21:56:47 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-12-01 21:56:47 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "db",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-01 21:56:47 +00:00
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-12-01 21:56:47 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 18,
"labelHeight": 21,
2022-12-01 21:56:47 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "queue",
"type": "queue",
"pos": {
"x": 925,
2023-02-12 18:25:28 +00:00
"y": 164
2022-12-01 21:56:47 +00:00
},
2023-02-12 18:25:28 +00:00
"width": 140,
2023-01-25 20:32:36 +00:00
"height": 66,
2022-12-01 21:56:47 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B5",
"stroke": "B1",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-12-01 21:56:47 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-01 21:56:47 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-12-01 21:56:47 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "queue",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-01 21:56:47 +00:00
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-12-01 21:56:47 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 43,
"labelHeight": 21,
2022-12-01 21:56:47 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
},
{
"id": "service",
"type": "rectangle",
2022-12-01 21:56:47 +00:00
"pos": {
"x": 1254,
2023-02-12 18:25:28 +00:00
"y": 52
2022-12-01 21:56:47 +00:00
},
2023-02-12 18:25:28 +00:00
"width": 137,
2023-01-25 20:32:36 +00:00
"height": 178,
2022-12-01 21:56:47 +00:00
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
2023-01-27 21:30:44 +00:00
"fill": "B5",
"stroke": "B1",
2024-12-15 02:54:49 +00:00
"animated": false,
2022-12-01 21:56:47 +00:00
"shadow": false,
"3d": false,
"multiple": false,
2023-01-01 08:13:32 +00:00
"double-border": false,
2022-12-01 21:56:47 +00:00
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
2022-12-05 19:22:16 +00:00
"blend": false,
2022-12-01 21:56:47 +00:00
"fields": null,
"methods": null,
"columns": null,
"label": "an\nodd\nservice\nwith\na\nname\nin\nmultiple lines",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N1",
2022-12-01 21:56:47 +00:00
"italic": false,
2022-12-05 18:46:06 +00:00
"bold": false,
2022-12-01 21:56:47 +00:00
"underline": false,
2023-02-03 21:59:12 +00:00
"labelWidth": 92,
"labelHeight": 133,
2022-12-01 21:56:47 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
"zIndex": 0,
"level": 1
}
],
"connections": [
{
"id": "(alice -> bob)[0]",
"src": "alice",
"srcArrow": "none",
"dst": "bob",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "Authentication Request",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 155,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
2023-03-02 22:58:37 +00:00
"x": 62,
2024-08-05 05:01:14 +00:00
"y": 310
2022-12-01 21:56:47 +00:00
},
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 310
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(bob -> service)[0]",
"src": "bob",
"srcArrow": "none",
"dst": "service",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "make request for something that is quite far away and requires a really long label to take all the space between the objects",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 801,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 400
2022-12-01 21:56:47 +00:00
},
{
"x": 1322.5,
2024-08-05 05:01:14 +00:00
"y": 400
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(service -> db)[0]",
"src": "service",
"srcArrow": "none",
"dst": "db",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "validate credentials",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 131,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 1322.5,
2024-08-05 05:01:14 +00:00
"y": 490
2022-12-01 21:56:47 +00:00
},
{
"x": 668,
2024-08-05 05:01:14 +00:00
"y": 490
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(db -> service)[0]",
"src": "db",
"srcArrow": "none",
"dst": "service",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 4,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 668,
2024-08-05 05:01:14 +00:00
"y": 570
2022-12-01 21:56:47 +00:00
},
{
"x": 1322.5,
2024-08-05 05:01:14 +00:00
"y": 570
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(service -> bob)[0]",
"src": "service",
"srcArrow": "none",
"dst": "bob",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 4,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 1322.5,
2024-08-05 05:01:14 +00:00
"y": 640
2022-12-01 21:56:47 +00:00
},
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 640
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(bob -> alice)[0]",
"src": "bob",
"srcArrow": "none",
"dst": "alice",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "Authentication Response",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 164,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 720
2022-12-01 21:56:47 +00:00
},
{
2023-03-02 22:58:37 +00:00
"x": 62,
2024-08-05 05:01:14 +00:00
"y": 720
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(alice -> bob)[1]",
"src": "alice",
"srcArrow": "none",
"dst": "bob",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "Another authentication Request",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 210,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
2023-03-02 22:58:37 +00:00
"x": 62,
2024-08-05 05:01:14 +00:00
"y": 810
2022-12-01 21:56:47 +00:00
},
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 810
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(bob -> queue)[0]",
"src": "bob",
"srcArrow": "none",
"dst": "queue",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "do it later",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 65,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 900
2022-12-01 21:56:47 +00:00
},
{
"x": 995,
2024-08-05 05:01:14 +00:00
"y": 900
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(queue -> bob)[0]",
"src": "queue",
"srcArrow": "none",
"dst": "bob",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 3,
"strokeWidth": 5,
"stroke": "green",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "stored",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 44,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 995,
2024-08-05 05:01:14 +00:00
"y": 990
2022-12-01 21:56:47 +00:00
},
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 990
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(bob -> alice)[1]",
"src": "bob",
"srcArrow": "none",
"dst": "alice",
"dstArrow": "triangle",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B1",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "Another authentication Response",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 219,
"labelHeight": 21,
2022-12-03 06:47:54 +00:00
"labelPosition": "INSIDE_MIDDLE_CENTER",
2022-12-01 21:56:47 +00:00
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 1080
2022-12-01 21:56:47 +00:00
},
{
2023-03-02 22:58:37 +00:00
"x": 62,
2024-08-05 05:01:14 +00:00
"y": 1080
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 05:19:40 +00:00
"zIndex": 4
2022-12-01 21:56:47 +00:00
},
{
"id": "(alice -- )[0]",
"src": "alice",
"srcArrow": "none",
"dst": "alice-lifeline-end-3851299086",
"dstArrow": "none",
"opacity": 1,
2022-12-05 00:02:25 +00:00
"strokeDash": 6,
2022-12-01 21:56:47 +00:00
"strokeWidth": 2,
"stroke": "red",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
2023-03-02 22:58:37 +00:00
"x": 62,
2023-02-12 18:25:28 +00:00
"y": 235
2022-12-01 21:56:47 +00:00
},
{
2023-03-02 22:58:37 +00:00
"x": 62,
2024-08-05 05:01:14 +00:00
"y": 1150
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 19:22:16 +00:00
"zIndex": 1
2022-12-01 21:56:47 +00:00
},
{
"id": "(bob -- )[0]",
"src": "bob",
"srcArrow": "none",
"dst": "bob-lifeline-end-3036726343",
"dstArrow": "none",
"opacity": 1,
2022-12-05 00:02:25 +00:00
"strokeDash": 6,
2022-12-03 01:22:30 +00:00
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 341,
2023-02-12 18:25:28 +00:00
"y": 235
2022-12-01 21:56:47 +00:00
},
{
"x": 341,
2024-08-05 05:01:14 +00:00
"y": 1150
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 19:22:16 +00:00
"zIndex": 1
2022-12-01 21:56:47 +00:00
},
{
"id": "(db -- )[0]",
"src": "db",
"srcArrow": "none",
"dst": "db-lifeline-end-2675250554",
"dstArrow": "none",
"opacity": 1,
2022-12-05 00:02:25 +00:00
"strokeDash": 6,
2022-12-01 21:56:47 +00:00
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 668,
2023-02-12 18:25:28 +00:00
"y": 230
2022-12-01 21:56:47 +00:00
},
{
"x": 668,
2024-08-05 05:01:14 +00:00
"y": 1150
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 19:22:16 +00:00
"zIndex": 1
2022-12-01 21:56:47 +00:00
},
{
"id": "(queue -- )[0]",
"src": "queue",
"srcArrow": "none",
"dst": "queue-lifeline-end-1097346683",
"dstArrow": "none",
"opacity": 1,
2022-12-05 00:02:25 +00:00
"strokeDash": 6,
2022-12-01 21:56:47 +00:00
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 995,
2023-02-12 18:25:28 +00:00
"y": 230
2022-12-01 21:56:47 +00:00
},
{
"x": 995,
2024-08-05 05:01:14 +00:00
"y": 1150
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 19:22:16 +00:00
"zIndex": 1
2022-12-01 21:56:47 +00:00
},
{
"id": "(service -- )[0]",
"src": "service",
"srcArrow": "none",
"dst": "service-lifeline-end-22863415",
"dstArrow": "none",
"opacity": 1,
2022-12-05 00:02:25 +00:00
"strokeDash": 6,
2022-12-01 21:56:47 +00:00
"strokeWidth": 2,
2023-01-27 21:30:44 +00:00
"stroke": "B2",
2023-03-01 01:44:15 +00:00
"borderRadius": 10,
2022-12-01 21:56:47 +00:00
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
2023-01-27 21:30:44 +00:00
"color": "N2",
2022-12-01 21:56:47 +00:00
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
2024-05-29 02:34:46 +00:00
"link": "",
2022-12-01 21:56:47 +00:00
"route": [
{
"x": 1322.5,
2023-02-12 18:25:28 +00:00
"y": 230
2022-12-01 21:56:47 +00:00
},
{
"x": 1322.5,
2024-08-05 05:01:14 +00:00
"y": 1150
2022-12-01 21:56:47 +00:00
}
],
"animated": false,
"tooltip": "",
"icon": null,
2022-12-05 19:22:16 +00:00
"zIndex": 1
2022-12-01 21:56:47 +00:00
}
2023-02-26 19:41:50 +00:00
],
"root": {
"id": "",
"type": "",
"pos": {
"x": 0,
"y": 0
},
"width": 0,
"height": 0,
"opacity": 0,
"strokeDash": 0,
"strokeWidth": 0,
"borderRadius": 0,
"fill": "N7",
"stroke": "",
2024-12-15 02:54:49 +00:00
"animated": false,
2023-02-26 19:41:50 +00:00
"shadow": false,
"3d": false,
"multiple": false,
"double-border": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"blend": false,
"fields": null,
"methods": null,
"columns": null,
"label": "",
"fontSize": 0,
"fontFamily": "",
"language": "",
"color": "",
"italic": false,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"zIndex": 0,
"level": 0
}
2022-12-01 21:56:47 +00:00
}