-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
atlassian-connect.json
131 lines (131 loc) · 3.76 KB
/
atlassian-connect.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"key": "structurizr-confluence",
"name": "Structurizr",
"description": "Structurizr for Atlassian Confluence Cloud",
"apiVersion": 2,
"version": "2.3.0",
"vendor": {
"name": "Structurizr Limited",
"url": "https://structurizr.com"
},
"baseUrl": "https://static.structurizr.com/atlassian-confluence-cloud",
"authentication": {
"type": "none"
},"scopes": [
"read"
],
"modules": {
"dynamicContentMacros": [
{
"key": "structurizr-workspace",
"name": {
"i18n": "structurizr-workspace.macro.name",
"value": "Structurizr workspace embed"
},
"description": {
"i18n": "structurizr-workspace.macro.desc",
"value": "Embeds a diagram from a Structurizr workspace (please note that diagram previews do not always display - you may need to save/publish the page)."
},
"width": "100%",
"height": "100px",
"url": "/embed-workspace.html?pageId={page.id}&pageVersion={page.version}¯oId={macro.id}",
"icon": {
"height": 80,
"url": "/img/structurizr-logo-square.png",
"width": 80
},
"bodyType": "none",
"documentation": {
"url": "https://github.com/structurizr/atlassian-confluence-cloud"
},
"categories": [ "external-content", "visuals" ],
"parameters": [
{
"identifier": "structurizrUrl",
"name": {
"value": "Structurizr URL"
},
"description": {
"value": "The URL of the Structurizr installation."
},
"type": "string",
"required": true,
"multiple": false,
"defaultValue": "https://structurizr.com",
"hidden": false
},
{
"identifier": "workspaceId",
"name": {
"value": "Workspace ID"
},
"description": {
"value": "The ID of the workspace."
},
"type": "string",
"required": true,
"multiple": false,
"defaultValue": "",
"hidden": false
},
{
"identifier": "apiKey",
"name": {
"value": "API key"
},
"description": {
"value": "The workspace API key (required for private workspaces)."
},
"type": "string",
"required": false,
"multiple": false,
"defaultValue": "",
"hidden": false
},
{
"identifier": "diagram",
"name": {
"value": "Diagram key"
},
"description": {
"value": "The key of the diagram to embed."
},
"type": "string",
"required": true,
"multiple": false,
"defaultValue": "",
"hidden": false
},
{
"identifier": "perspective",
"name": {
"value": "Perspective"
},
"description": {
"value": "The name of the perspective to show (optional)."
},
"type": "string",
"required": false,
"multiple": false,
"defaultValue": "",
"hidden": false
},
{
"identifier": "diagramSelector",
"name": {
"value": "Diagram selector"
},
"description": {
"value": "Include the diagram selector."
},
"type": "boolean",
"required": true,
"multiple": false,
"defaultValue": "false",
"hidden": false
}
]
}
]
}
}