@ui5/manifest 1.17.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +58 -3
- package/mapping.json +21 -1
- package/package.json +1 -1
- package/schema.json +2908 -550
- package/schema_cil.json +785 -112
- package/types/manifest.d.ts +698 -604
package/schema.json
CHANGED
|
@@ -29,7 +29,27 @@
|
|
|
29
29
|
"1.14.0",
|
|
30
30
|
"1.15.0",
|
|
31
31
|
"1.16.0",
|
|
32
|
-
"1.17.0"
|
|
32
|
+
"1.17.0",
|
|
33
|
+
"1.18.0",
|
|
34
|
+
"1.19.0",
|
|
35
|
+
"1.20.0",
|
|
36
|
+
"1.21.0",
|
|
37
|
+
"1.22.0",
|
|
38
|
+
"1.23.0",
|
|
39
|
+
"1.24.0",
|
|
40
|
+
"1.25.0",
|
|
41
|
+
"1.26.0",
|
|
42
|
+
"1.27.0",
|
|
43
|
+
"1.28.0",
|
|
44
|
+
"1.29.0",
|
|
45
|
+
"1.30.0",
|
|
46
|
+
"1.31.0",
|
|
47
|
+
"1.32.0",
|
|
48
|
+
"1.33.0",
|
|
49
|
+
"1.34.0",
|
|
50
|
+
"1.35.0",
|
|
51
|
+
"1.36.0",
|
|
52
|
+
"1.37.0"
|
|
33
53
|
]
|
|
34
54
|
},
|
|
35
55
|
"start_url": {
|
|
@@ -60,7 +80,15 @@
|
|
|
60
80
|
"1.6.0",
|
|
61
81
|
"1.7.0",
|
|
62
82
|
"1.8.0",
|
|
63
|
-
"1.9.0"
|
|
83
|
+
"1.9.0",
|
|
84
|
+
"1.10.0",
|
|
85
|
+
"1.11.0",
|
|
86
|
+
"1.12.0",
|
|
87
|
+
"1.13.0",
|
|
88
|
+
"1.14.0",
|
|
89
|
+
"1.15.0",
|
|
90
|
+
"1.16.0",
|
|
91
|
+
"1.17.0"
|
|
64
92
|
]
|
|
65
93
|
},
|
|
66
94
|
"sourceTemplate": {
|
|
@@ -96,9 +124,101 @@
|
|
|
96
124
|
]
|
|
97
125
|
},
|
|
98
126
|
"i18n": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
127
|
+
"default": "i18n/i18n.properties",
|
|
128
|
+
"description": "Represents path inside the app to the properties file containing text symbols for the Descriptor or properties file specific settings (including supportedLocales, fallbackLocale, terminologies and enhanceWith)",
|
|
129
|
+
"oneOf": [
|
|
130
|
+
{
|
|
131
|
+
"default": "i18n/i18n.properties",
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"type": "object",
|
|
136
|
+
"required": [
|
|
137
|
+
"bundleName"
|
|
138
|
+
],
|
|
139
|
+
"additionalProperties": false,
|
|
140
|
+
"properties": {
|
|
141
|
+
"bundleName": {
|
|
142
|
+
"description": "Represents the alternative for bundleUrl",
|
|
143
|
+
"type": "string"
|
|
144
|
+
},
|
|
145
|
+
"fallbackLocale": {
|
|
146
|
+
"description": "Represents the fallback locale",
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"supportedLocales": {
|
|
150
|
+
"description": "Represents the list of supported locales",
|
|
151
|
+
"type": "array"
|
|
152
|
+
},
|
|
153
|
+
"terminologies": {
|
|
154
|
+
"description": "Represents terminologies with additional properties files",
|
|
155
|
+
"type": "object",
|
|
156
|
+
"additionalProperties": false,
|
|
157
|
+
"patternProperties": {
|
|
158
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
159
|
+
"$ref": "#/definitions/terminologySetting"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"enhanceWith": {
|
|
164
|
+
"description": "Represents enhancement of UI5 resource model with additional properties files",
|
|
165
|
+
"type": "array",
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "object",
|
|
168
|
+
"$ref": "#/definitions/enhanceWithSetting"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"type": "object",
|
|
175
|
+
"additionalProperties": false,
|
|
176
|
+
"required": [
|
|
177
|
+
"bundleUrl"
|
|
178
|
+
],
|
|
179
|
+
"properties": {
|
|
180
|
+
"bundleUrl": {
|
|
181
|
+
"description": "Represents the URL for the resource bundle",
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"bundleUrlRelativeTo": {
|
|
185
|
+
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
186
|
+
"type": "string",
|
|
187
|
+
"default": "component",
|
|
188
|
+
"enum": [
|
|
189
|
+
"manifest",
|
|
190
|
+
"component"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"supportedLocales": {
|
|
194
|
+
"description": "Represents the list of supported locales",
|
|
195
|
+
"type": "array"
|
|
196
|
+
},
|
|
197
|
+
"fallbackLocale": {
|
|
198
|
+
"description": "Represents the fallback locale",
|
|
199
|
+
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"terminologies": {
|
|
202
|
+
"description": "Represents terminologies with additional properties files",
|
|
203
|
+
"type": "object",
|
|
204
|
+
"additionalProperties": false,
|
|
205
|
+
"patternProperties": {
|
|
206
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
207
|
+
"$ref": "#/definitions/terminologySetting"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"enhanceWith": {
|
|
212
|
+
"description": "Represents enhancement of UI5 resource model with additional properties files",
|
|
213
|
+
"type": "array",
|
|
214
|
+
"items": {
|
|
215
|
+
"type": "object",
|
|
216
|
+
"$ref": "#/definitions/enhanceWithSetting"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
]
|
|
102
222
|
},
|
|
103
223
|
"applicationVersion": {
|
|
104
224
|
"description": "Represents mandatory version of the app",
|
|
@@ -124,24 +244,24 @@
|
|
|
124
244
|
"type": "string"
|
|
125
245
|
},
|
|
126
246
|
"title": {
|
|
127
|
-
"description": "Represents language
|
|
128
|
-
"
|
|
247
|
+
"description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
248
|
+
"type": "string"
|
|
129
249
|
},
|
|
130
250
|
"subTitle": {
|
|
131
|
-
"description": "Represents language
|
|
132
|
-
"
|
|
251
|
+
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
252
|
+
"type": "string"
|
|
133
253
|
},
|
|
134
254
|
"shortTitle": {
|
|
135
|
-
"description": "Represents shorter version of the title
|
|
136
|
-
"
|
|
255
|
+
"description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
256
|
+
"type": "string"
|
|
137
257
|
},
|
|
138
258
|
"info": {
|
|
139
|
-
"description": "Represents
|
|
140
|
-
"
|
|
259
|
+
"description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
260
|
+
"type": "string"
|
|
141
261
|
},
|
|
142
262
|
"description": {
|
|
143
|
-
"description": "Represents language
|
|
144
|
-
"
|
|
263
|
+
"description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
264
|
+
"type": "string"
|
|
145
265
|
},
|
|
146
266
|
"tags": {
|
|
147
267
|
"description": "Represents array of keywords",
|
|
@@ -166,7 +286,7 @@
|
|
|
166
286
|
"ach": {
|
|
167
287
|
"description": "Represents application component hierarchy",
|
|
168
288
|
"type": "string",
|
|
169
|
-
"pattern": "^([a-zA-Z0-9]{2,3})(
|
|
289
|
+
"pattern": "^([a-zA-Z0-9]{2,3})(-[a-zA-Z0-9]{1,6})*$"
|
|
170
290
|
},
|
|
171
291
|
"dataSources": {
|
|
172
292
|
"description": "Represents used data sources with a unique key/alias",
|
|
@@ -256,13 +376,17 @@
|
|
|
256
376
|
"$ref": "#/definitions/inbound"
|
|
257
377
|
},
|
|
258
378
|
"outbounds": {
|
|
259
|
-
"description": "
|
|
379
|
+
"description": "Describes intents that can be triggered from the application to navigate",
|
|
260
380
|
"$ref": "#/definitions/outbound"
|
|
261
381
|
}
|
|
262
382
|
}
|
|
263
383
|
}
|
|
264
384
|
},
|
|
265
385
|
"definitions": {
|
|
386
|
+
"i18n_key": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
|
|
389
|
+
},
|
|
266
390
|
"parameter": {
|
|
267
391
|
"type": "object",
|
|
268
392
|
"properties": {
|
|
@@ -387,7 +511,12 @@
|
|
|
387
511
|
"1.5.0",
|
|
388
512
|
"1.6.0",
|
|
389
513
|
"1.7.0",
|
|
390
|
-
"1.8.0"
|
|
514
|
+
"1.8.0",
|
|
515
|
+
"1.9.0",
|
|
516
|
+
"1.10.0",
|
|
517
|
+
"1.11.0",
|
|
518
|
+
"1.12.0",
|
|
519
|
+
"1.13.0"
|
|
391
520
|
]
|
|
392
521
|
},
|
|
393
522
|
"resources": {
|
|
@@ -416,11 +545,6 @@
|
|
|
416
545
|
"description": "Represents the minimum version of SAP UI5 that your component requires",
|
|
417
546
|
"$ref": "#/definitions/version"
|
|
418
547
|
},
|
|
419
|
-
"incompatibleLimitation": {
|
|
420
|
-
"description": "Represents ...",
|
|
421
|
-
"type": "boolean",
|
|
422
|
-
"default": false
|
|
423
|
-
},
|
|
424
548
|
"libs": {
|
|
425
549
|
"description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component",
|
|
426
550
|
"type": "object",
|
|
@@ -448,7 +572,7 @@
|
|
|
448
572
|
"type": "object",
|
|
449
573
|
"additionalProperties": false,
|
|
450
574
|
"patternProperties": {
|
|
451
|
-
"^[a-zA-Z0-9_
|
|
575
|
+
"^[a-zA-Z0-9_\\.\\-\\|@]*$": {
|
|
452
576
|
"$ref": "#/definitions/model"
|
|
453
577
|
}
|
|
454
578
|
}
|
|
@@ -590,10 +714,15 @@
|
|
|
590
714
|
"type": "object",
|
|
591
715
|
"additionalProperties": false,
|
|
592
716
|
"patternProperties": {
|
|
593
|
-
"^[A-Za-z_][A-Za-z0-9_
|
|
717
|
+
"^[A-Za-z_][A-Za-z0-9_\\-\\|@]+$": {
|
|
594
718
|
"$ref": "#/definitions/command"
|
|
595
719
|
}
|
|
596
720
|
}
|
|
721
|
+
},
|
|
722
|
+
"flexExtensionPointEnabled": {
|
|
723
|
+
"description": "Represents an indicator whether app variant is flex extension point enabled",
|
|
724
|
+
"type": "boolean",
|
|
725
|
+
"default": false
|
|
597
726
|
}
|
|
598
727
|
}
|
|
599
728
|
},
|
|
@@ -773,6 +902,25 @@
|
|
|
773
902
|
}
|
|
774
903
|
}
|
|
775
904
|
},
|
|
905
|
+
"sap.platform.mobilecards": {
|
|
906
|
+
"title": "JSON schema for SAP.PLATFORM.MOBILECARDS Namespace",
|
|
907
|
+
"description": "Represents Mobile Cards platform specific attributes",
|
|
908
|
+
"type": "object",
|
|
909
|
+
"additionalProperties": true,
|
|
910
|
+
"properties": {
|
|
911
|
+
"_version": {
|
|
912
|
+
"description": "Represents attributes format version. It is managed by namespace owner",
|
|
913
|
+
"type": "string",
|
|
914
|
+
"enum": [
|
|
915
|
+
"1.0.0"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
"compatible": {
|
|
919
|
+
"description": "Represents the compatibility of this app with the Mobile Cards platform.",
|
|
920
|
+
"type": "boolean"
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
},
|
|
776
924
|
"sap.fiori": {
|
|
777
925
|
"title": "JSON schema for SAP.FIORI Namespace",
|
|
778
926
|
"description": "Represents SAP Fiori specific attributes",
|
|
@@ -787,7 +935,8 @@
|
|
|
787
935
|
"description": "Represents attributes format version. It is managed by namespace owner",
|
|
788
936
|
"type": "string",
|
|
789
937
|
"enum": [
|
|
790
|
-
"1.1.0"
|
|
938
|
+
"1.1.0",
|
|
939
|
+
"1.2.0"
|
|
791
940
|
]
|
|
792
941
|
},
|
|
793
942
|
"registrationIds": {
|
|
@@ -808,6 +957,10 @@
|
|
|
808
957
|
"fpmwebdynpro",
|
|
809
958
|
"designstudio"
|
|
810
959
|
]
|
|
960
|
+
},
|
|
961
|
+
"abstract": {
|
|
962
|
+
"description": "Indicator that app is an abstract (generic) app which may not be used directly, but needs to be specialized in the SAP Fiori launchpad content",
|
|
963
|
+
"type": "boolean"
|
|
811
964
|
}
|
|
812
965
|
}
|
|
813
966
|
},
|
|
@@ -822,7 +975,9 @@
|
|
|
822
975
|
"enum": [
|
|
823
976
|
"1.1.0",
|
|
824
977
|
"1.2.0",
|
|
825
|
-
"1.3.0"
|
|
978
|
+
"1.3.0",
|
|
979
|
+
"1.4.0",
|
|
980
|
+
"1.5.0"
|
|
826
981
|
]
|
|
827
982
|
},
|
|
828
983
|
"settings": {
|
|
@@ -939,23 +1094,24 @@
|
|
|
939
1094
|
"enum": [
|
|
940
1095
|
"1.1.0",
|
|
941
1096
|
"1.2.0",
|
|
942
|
-
"1.3.0"
|
|
1097
|
+
"1.3.0",
|
|
1098
|
+
"1.4.0"
|
|
943
1099
|
]
|
|
944
1100
|
},
|
|
945
1101
|
"globalFilterModel": {
|
|
946
1102
|
"description": "Represents the name of global filter OData model, which contains entities definition that are relevant for global filters",
|
|
947
1103
|
"type": "string",
|
|
948
|
-
"pattern": "^[a-zA-Z0-9_
|
|
1104
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@]*$"
|
|
949
1105
|
},
|
|
950
1106
|
"globalFilterEntityType": {
|
|
951
1107
|
"description": "Represents the entity to use as global filter in the smart filter bar control",
|
|
952
1108
|
"type": "string",
|
|
953
|
-
"pattern": "^[a-zA-Z0-9_
|
|
1109
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@]*$"
|
|
954
1110
|
},
|
|
955
1111
|
"globalFilterEntitySet": {
|
|
956
1112
|
"description": "Represents the entity set to use as global filter in the smart filter bar control",
|
|
957
1113
|
"type": "string",
|
|
958
|
-
"pattern": "^[a-zA-Z0-9_
|
|
1114
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@]*$"
|
|
959
1115
|
},
|
|
960
1116
|
"showBasicSearch": {
|
|
961
1117
|
"description": "Represents a switch to include basic search in the global filters",
|
|
@@ -1016,6 +1172,17 @@
|
|
|
1016
1172
|
"type": "boolean",
|
|
1017
1173
|
"default": false
|
|
1018
1174
|
},
|
|
1175
|
+
"chartSettings": {
|
|
1176
|
+
"description": "Represents the object to store analytical chart settings",
|
|
1177
|
+
"type": "object",
|
|
1178
|
+
"properties": {
|
|
1179
|
+
"showDataLabel": {
|
|
1180
|
+
"description": "Flag to enable data labels on analytical charts",
|
|
1181
|
+
"type": "boolean",
|
|
1182
|
+
"default": false
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1019
1186
|
"cards": {
|
|
1020
1187
|
"type": "object",
|
|
1021
1188
|
"additionalProperties": false,
|
|
@@ -1056,7 +1223,7 @@
|
|
|
1056
1223
|
"applicationId": {
|
|
1057
1224
|
"description": "Represents ID of an application",
|
|
1058
1225
|
"type": "string",
|
|
1059
|
-
"pattern": "^[a-zA-Z0-9
|
|
1226
|
+
"pattern": "^[a-zA-Z0-9\\/_]{1,30}$"
|
|
1060
1227
|
},
|
|
1061
1228
|
"configId": {
|
|
1062
1229
|
"description": "Represents ID of an application configuration",
|
|
@@ -1131,7 +1298,7 @@
|
|
|
1131
1298
|
"transaction": {
|
|
1132
1299
|
"description": "Represents transaction of an application",
|
|
1133
1300
|
"type": "string",
|
|
1134
|
-
"pattern": "^[a-zA-Z0-9
|
|
1301
|
+
"pattern": "^[a-zA-Z0-9\\/_]{1,20}$"
|
|
1135
1302
|
},
|
|
1136
1303
|
"flavorId": {
|
|
1137
1304
|
"description": "Represents SAP Screen Personas Flavor ID",
|
|
@@ -1207,7 +1374,7 @@
|
|
|
1207
1374
|
"wcf-target-id": {
|
|
1208
1375
|
"description": "Represents the target technical id for a WCF Application",
|
|
1209
1376
|
"type": "string",
|
|
1210
|
-
"pattern": "^[a-zA-Z0-9
|
|
1377
|
+
"pattern": "^[a-zA-Z0-9\\/_]{1,10}$"
|
|
1211
1378
|
}
|
|
1212
1379
|
}
|
|
1213
1380
|
},
|
|
@@ -1381,12 +1548,14 @@
|
|
|
1381
1548
|
"type": "string",
|
|
1382
1549
|
"enum": [
|
|
1383
1550
|
"1.0.0",
|
|
1384
|
-
"1.1.0"
|
|
1551
|
+
"1.1.0",
|
|
1552
|
+
"1.2.0"
|
|
1385
1553
|
]
|
|
1386
1554
|
},
|
|
1387
1555
|
"service": {
|
|
1388
1556
|
"description": "Unique Business Service Identifier",
|
|
1389
|
-
"type": "string"
|
|
1557
|
+
"type": "string",
|
|
1558
|
+
"pattern": "^[^- @#$%^&()!]+$"
|
|
1390
1559
|
},
|
|
1391
1560
|
"public": {
|
|
1392
1561
|
"description": "Specify if the UI can be accessed from a different space than origin development space",
|
|
@@ -1414,24 +1583,90 @@
|
|
|
1414
1583
|
"1.4.0",
|
|
1415
1584
|
"1.5.0",
|
|
1416
1585
|
"1.6.0",
|
|
1417
|
-
"1.7.0"
|
|
1586
|
+
"1.7.0",
|
|
1587
|
+
"1.8.0",
|
|
1588
|
+
"1.9.0",
|
|
1589
|
+
"1.10.0",
|
|
1590
|
+
"1.11.0",
|
|
1591
|
+
"1.13.0",
|
|
1592
|
+
"1.14.0",
|
|
1593
|
+
"1.15.0",
|
|
1594
|
+
"1.16.0",
|
|
1595
|
+
"1.17.0",
|
|
1596
|
+
"1.18.0",
|
|
1597
|
+
"1.19.0",
|
|
1598
|
+
"1.20.0",
|
|
1599
|
+
"1.21.0",
|
|
1600
|
+
"1.22.0"
|
|
1418
1601
|
]
|
|
1419
1602
|
},
|
|
1603
|
+
"designtime": {
|
|
1604
|
+
"description": "The path to the design time folder with assets files",
|
|
1605
|
+
"type": "string"
|
|
1606
|
+
},
|
|
1420
1607
|
"configuration": {
|
|
1421
|
-
"description": "Represents configuration with parameters, which can be used inside the
|
|
1608
|
+
"description": "Represents configuration with parameters, destinations, and filters, which can be used inside the card",
|
|
1422
1609
|
"type": "object",
|
|
1423
|
-
"additionalProperties":
|
|
1610
|
+
"additionalProperties": false,
|
|
1611
|
+
"properties": {
|
|
1612
|
+
"enableMarkdown": {
|
|
1613
|
+
"description": "Markdown enablement for Adaptive Content",
|
|
1614
|
+
"type": "boolean"
|
|
1615
|
+
},
|
|
1616
|
+
"parameters": {
|
|
1617
|
+
"description": "Map of parameters",
|
|
1618
|
+
"type": "object",
|
|
1619
|
+
"additionalProperties": {
|
|
1620
|
+
"$ref": "#/definitions/Configuration.Parameter"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"filters": {
|
|
1624
|
+
"description": "Map of filters",
|
|
1625
|
+
"additionalProperties": {
|
|
1626
|
+
"oneOf": [
|
|
1627
|
+
{
|
|
1628
|
+
"$ref": "#/definitions/Configuration.FilterType.Select"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"$ref": "#/definitions/Configuration.FilterType.DateRange"
|
|
1632
|
+
}
|
|
1633
|
+
]
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"destinations": {
|
|
1637
|
+
"description": "Describes what destinations are used by the card",
|
|
1638
|
+
"type": "object",
|
|
1639
|
+
"additionalProperties": {
|
|
1640
|
+
"$ref": "#/definitions/Configuration.Destinations"
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"actionHandlers": {
|
|
1644
|
+
"description": "Holds configuration for the default action handlers",
|
|
1645
|
+
"type": "object",
|
|
1646
|
+
"additionalProperties": false,
|
|
1647
|
+
"properties": {
|
|
1648
|
+
"submit": {
|
|
1649
|
+
"description": "Configuration for the submit action handler",
|
|
1650
|
+
"type": "object"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1424
1655
|
},
|
|
1425
1656
|
"type": {
|
|
1426
1657
|
"description": "Represents the type of the card's content",
|
|
1427
1658
|
"type": "string",
|
|
1428
1659
|
"enum": [
|
|
1429
|
-
"
|
|
1660
|
+
"AdaptiveCard",
|
|
1430
1661
|
"Analytical",
|
|
1431
|
-
"
|
|
1662
|
+
"AnalyticsCloud",
|
|
1663
|
+
"Calendar",
|
|
1664
|
+
"Component",
|
|
1665
|
+
"List",
|
|
1432
1666
|
"Object",
|
|
1667
|
+
"Table",
|
|
1433
1668
|
"Timeline",
|
|
1434
|
-
"
|
|
1669
|
+
"WebPage"
|
|
1435
1670
|
]
|
|
1436
1671
|
},
|
|
1437
1672
|
"data": {
|
|
@@ -1459,148 +1694,858 @@
|
|
|
1459
1694
|
},
|
|
1460
1695
|
"content": {
|
|
1461
1696
|
"description": "Represents card content attributes. Content type should be the same as card type e.g. if card type List is used the content type should also be List"
|
|
1697
|
+
},
|
|
1698
|
+
"extension": {
|
|
1699
|
+
"description": "A path to an Extension implementation. It is resolved relatively to the manifest",
|
|
1700
|
+
"type": "string"
|
|
1701
|
+
},
|
|
1702
|
+
"footer": {
|
|
1703
|
+
"description": "Represent card footer attributes",
|
|
1704
|
+
"type": "object",
|
|
1705
|
+
"additionalProperties": false,
|
|
1706
|
+
"properties": {
|
|
1707
|
+
"actionsStrip": {
|
|
1708
|
+
"description": "[Experimental] Describes actions strip",
|
|
1709
|
+
"type": "array",
|
|
1710
|
+
"items": {
|
|
1711
|
+
"$ref": "#/definitions/actionsStripItem"
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
"requiredHeight": {
|
|
1717
|
+
"description": "Represents card minimum required height",
|
|
1718
|
+
"type": "string"
|
|
1719
|
+
},
|
|
1720
|
+
"requiredWidth": {
|
|
1721
|
+
"description": "Represents card minimum required width",
|
|
1722
|
+
"type": "string"
|
|
1462
1723
|
}
|
|
1463
1724
|
},
|
|
1464
|
-
"
|
|
1725
|
+
"allOf": [
|
|
1465
1726
|
{
|
|
1466
|
-
"
|
|
1467
|
-
{
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"enum": [
|
|
1471
|
-
"List"
|
|
1472
|
-
]
|
|
1473
|
-
}
|
|
1727
|
+
"if": {
|
|
1728
|
+
"properties": {
|
|
1729
|
+
"type": {
|
|
1730
|
+
"const": "List"
|
|
1474
1731
|
}
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"then": {
|
|
1735
|
+
"properties": {
|
|
1736
|
+
"content": {
|
|
1737
|
+
"$ref": "#/definitions/ContentType.List"
|
|
1481
1738
|
}
|
|
1482
1739
|
}
|
|
1483
|
-
|
|
1740
|
+
}
|
|
1484
1741
|
},
|
|
1485
1742
|
{
|
|
1486
|
-
"
|
|
1487
|
-
{
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
"enum": [
|
|
1491
|
-
"Analytical"
|
|
1492
|
-
]
|
|
1493
|
-
}
|
|
1743
|
+
"if": {
|
|
1744
|
+
"properties": {
|
|
1745
|
+
"type": {
|
|
1746
|
+
"const": "Analytical"
|
|
1494
1747
|
}
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"then": {
|
|
1751
|
+
"properties": {
|
|
1752
|
+
"content": {
|
|
1753
|
+
"$ref": "#/definitions/ContentType.Analytical"
|
|
1501
1754
|
}
|
|
1502
1755
|
}
|
|
1503
|
-
|
|
1756
|
+
}
|
|
1504
1757
|
},
|
|
1505
1758
|
{
|
|
1506
|
-
"
|
|
1507
|
-
{
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"enum": [
|
|
1511
|
-
"Timeline"
|
|
1512
|
-
]
|
|
1513
|
-
}
|
|
1759
|
+
"if": {
|
|
1760
|
+
"properties": {
|
|
1761
|
+
"type": {
|
|
1762
|
+
"const": "AnalyticsCloud"
|
|
1514
1763
|
}
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
"then": {
|
|
1767
|
+
"properties": {
|
|
1768
|
+
"content": {
|
|
1769
|
+
"$ref": "#/definitions/ContentType.AnalyticsCloud"
|
|
1521
1770
|
}
|
|
1522
1771
|
}
|
|
1523
|
-
|
|
1772
|
+
}
|
|
1524
1773
|
},
|
|
1525
1774
|
{
|
|
1526
|
-
"
|
|
1527
|
-
{
|
|
1528
|
-
"
|
|
1529
|
-
"
|
|
1530
|
-
"enum": [
|
|
1531
|
-
"Table"
|
|
1532
|
-
]
|
|
1533
|
-
}
|
|
1775
|
+
"if": {
|
|
1776
|
+
"properties": {
|
|
1777
|
+
"type": {
|
|
1778
|
+
"const": "Timeline"
|
|
1534
1779
|
}
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"then": {
|
|
1783
|
+
"properties": {
|
|
1784
|
+
"content": {
|
|
1785
|
+
"$ref": "#/definitions/ContentType.Timeline"
|
|
1541
1786
|
}
|
|
1542
1787
|
}
|
|
1543
|
-
|
|
1788
|
+
}
|
|
1544
1789
|
},
|
|
1545
1790
|
{
|
|
1546
|
-
"
|
|
1547
|
-
{
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
"enum": [
|
|
1551
|
-
"Object"
|
|
1552
|
-
]
|
|
1553
|
-
}
|
|
1791
|
+
"if": {
|
|
1792
|
+
"properties": {
|
|
1793
|
+
"type": {
|
|
1794
|
+
"const": "Table"
|
|
1554
1795
|
}
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"then": {
|
|
1799
|
+
"properties": {
|
|
1800
|
+
"content": {
|
|
1801
|
+
"$ref": "#/definitions/ContentType.Table"
|
|
1561
1802
|
}
|
|
1562
1803
|
}
|
|
1563
|
-
|
|
1804
|
+
}
|
|
1564
1805
|
},
|
|
1565
1806
|
{
|
|
1566
|
-
"
|
|
1567
|
-
{
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1570
|
-
"enum": [
|
|
1571
|
-
"Component"
|
|
1572
|
-
]
|
|
1573
|
-
}
|
|
1807
|
+
"if": {
|
|
1808
|
+
"properties": {
|
|
1809
|
+
"type": {
|
|
1810
|
+
"const": "Object"
|
|
1574
1811
|
}
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
]
|
|
1582
|
-
}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"then": {
|
|
1815
|
+
"properties": {
|
|
1816
|
+
"content": {
|
|
1817
|
+
"$ref": "#/definitions/ContentType.Object"
|
|
1583
1818
|
}
|
|
1584
1819
|
}
|
|
1585
|
-
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"if": {
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"type": {
|
|
1826
|
+
"const": "Component"
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
"then": {
|
|
1831
|
+
"properties": {
|
|
1832
|
+
"content": {
|
|
1833
|
+
"$ref": "#/definitions/ContentType.Component"
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"if": {
|
|
1840
|
+
"properties": {
|
|
1841
|
+
"type": {
|
|
1842
|
+
"const": "Calendar"
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"then": {
|
|
1847
|
+
"properties": {
|
|
1848
|
+
"content": {
|
|
1849
|
+
"$ref": "#/definitions/ContentType.Calendar"
|
|
1850
|
+
}
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"if": {
|
|
1856
|
+
"properties": {
|
|
1857
|
+
"type": {
|
|
1858
|
+
"const": "AdaptiveCard"
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"then": {
|
|
1863
|
+
"properties": {
|
|
1864
|
+
"content": {
|
|
1865
|
+
"$ref": "#/definitions/ContentType.AdaptiveCard"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"if": {
|
|
1872
|
+
"properties": {
|
|
1873
|
+
"type": {
|
|
1874
|
+
"const": "WebPage"
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"then": {
|
|
1879
|
+
"properties": {
|
|
1880
|
+
"content": {
|
|
1881
|
+
"$ref": "#/definitions/ContentType.WebPage"
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
],
|
|
1887
|
+
"definitions": {
|
|
1888
|
+
"i18n_key": {
|
|
1889
|
+
"type": "string",
|
|
1890
|
+
"pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
"sap.package": {
|
|
1895
|
+
"title": "JSON schema for SAP.PACKAGE Namespace",
|
|
1896
|
+
"description": "Represents general package attributes. Experimental, will be detailed in the future",
|
|
1897
|
+
"type": "object",
|
|
1898
|
+
"additionalProperties": true,
|
|
1899
|
+
"required": [
|
|
1900
|
+
"id",
|
|
1901
|
+
"title",
|
|
1902
|
+
"description",
|
|
1903
|
+
"packageVersion",
|
|
1904
|
+
"vendor",
|
|
1905
|
+
"support"
|
|
1906
|
+
],
|
|
1907
|
+
"properties": {
|
|
1908
|
+
"_version": {
|
|
1909
|
+
"description": "Represents SAP.PACKAGE attributes format version. It is managed by namespace owner",
|
|
1910
|
+
"type": "string",
|
|
1911
|
+
"enum": [
|
|
1912
|
+
"1.0.0",
|
|
1913
|
+
"1.1.0"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
"id": {
|
|
1917
|
+
"description": "Represents mandatory unique package identifier",
|
|
1918
|
+
"$ref": "#/definitions/iddef"
|
|
1919
|
+
},
|
|
1920
|
+
"i18n": {
|
|
1921
|
+
"default": "i18n/i18n.properties",
|
|
1922
|
+
"description": "Represents path inside the package to the properties file containing text symbols for the packages texts",
|
|
1923
|
+
"oneOf": [
|
|
1924
|
+
{
|
|
1925
|
+
"default": "i18n/i18n.properties",
|
|
1926
|
+
"type": "string"
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1930
|
+
"packageVersion": {
|
|
1931
|
+
"description": "Represents mandatory semantic version of the package information and optional the upgrade notification",
|
|
1932
|
+
"type": "object",
|
|
1933
|
+
"required": [
|
|
1934
|
+
"version"
|
|
1935
|
+
],
|
|
1936
|
+
"properties": {
|
|
1937
|
+
"version": {
|
|
1938
|
+
"description": "Represents mandatory semantic version of the package",
|
|
1939
|
+
"$ref": "#/definitions/semanticversion"
|
|
1940
|
+
},
|
|
1941
|
+
"upgradeNotification": {
|
|
1942
|
+
"description": "Represents optional upgrade notification once the package is available. none - no notification, package will be installed automatically for any version. major - notification before a new major version is installed. major.minor - notification before a major and minor version is installed. all - notification before any new version is installed, including patches",
|
|
1943
|
+
"type": "string",
|
|
1944
|
+
"default": "all",
|
|
1945
|
+
"enum": [
|
|
1946
|
+
"none",
|
|
1947
|
+
"major",
|
|
1948
|
+
"major.minor",
|
|
1949
|
+
"all"
|
|
1950
|
+
]
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"type": {
|
|
1955
|
+
"description": "Represents type of an package and can be card, workflow, workspace-template",
|
|
1956
|
+
"type": "string",
|
|
1957
|
+
"enum": [
|
|
1958
|
+
"card",
|
|
1959
|
+
"workflow",
|
|
1960
|
+
"workspace-template"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
"title": {
|
|
1964
|
+
"description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1965
|
+
"type": "string"
|
|
1966
|
+
},
|
|
1967
|
+
"subTitle": {
|
|
1968
|
+
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1969
|
+
"type": "string"
|
|
1970
|
+
},
|
|
1971
|
+
"shortTitle": {
|
|
1972
|
+
"description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1973
|
+
"type": "string"
|
|
1974
|
+
},
|
|
1975
|
+
"info": {
|
|
1976
|
+
"description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1977
|
+
"type": "string"
|
|
1978
|
+
},
|
|
1979
|
+
"description": {
|
|
1980
|
+
"description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1981
|
+
"type": "string"
|
|
1982
|
+
},
|
|
1983
|
+
"icon": {
|
|
1984
|
+
"description": "Represents icon name or source URL for the package",
|
|
1985
|
+
"type": "string"
|
|
1986
|
+
},
|
|
1987
|
+
"tags": {
|
|
1988
|
+
"description": "Represents array of keywords used to find the package",
|
|
1989
|
+
"type": "object",
|
|
1990
|
+
"additionalProperties": true,
|
|
1991
|
+
"required": [
|
|
1992
|
+
"keywords"
|
|
1993
|
+
],
|
|
1994
|
+
"properties": {
|
|
1995
|
+
"keywords": {
|
|
1996
|
+
"$ref": "#/definitions/tag"
|
|
1997
|
+
},
|
|
1998
|
+
"technicalAttributes": {
|
|
1999
|
+
"type": "array",
|
|
2000
|
+
"items": {
|
|
2001
|
+
"type": "string",
|
|
2002
|
+
"pattern": "^[A-Z0-9_\\-\\/]+$"
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"vendor": {
|
|
2008
|
+
"description": "Represents the support information",
|
|
2009
|
+
"$ref": "#/definitions/vendor"
|
|
2010
|
+
},
|
|
2011
|
+
"homepage": {
|
|
2012
|
+
"description": "Represents the homepage information",
|
|
2013
|
+
"$ref": "#/definitions/infolink"
|
|
2014
|
+
},
|
|
2015
|
+
"support": {
|
|
2016
|
+
"description": "Represents the support information",
|
|
2017
|
+
"$ref": "#/definitions/infolink"
|
|
2018
|
+
},
|
|
2019
|
+
"documentation": {
|
|
2020
|
+
"description": "Represents the documentation information",
|
|
2021
|
+
"$ref": "#/definitions/infolink"
|
|
2022
|
+
},
|
|
2023
|
+
"contents": {
|
|
2024
|
+
"type": "array",
|
|
2025
|
+
"items": {
|
|
2026
|
+
"description": "Represents the artifacts contained in the package",
|
|
2027
|
+
"$ref": "#/definitions/contentitem"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"consumption": {
|
|
2031
|
+
"description": "Represents list of product ids that are allowed to consume this package. if not defined all products that are capable of installing this package are allowed",
|
|
2032
|
+
"type": "array",
|
|
2033
|
+
"items": {
|
|
2034
|
+
"description": "Represents the id of the product that can consume this package.",
|
|
2035
|
+
"type": "string"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
"dependencies": {
|
|
2039
|
+
"description": "Represents the products and service that the pacakge depends on",
|
|
2040
|
+
"type": "object",
|
|
2041
|
+
"properties": {
|
|
2042
|
+
"products": {
|
|
2043
|
+
"description": "List of products that this package depends on",
|
|
2044
|
+
"type": "array",
|
|
2045
|
+
"items": {
|
|
2046
|
+
"type": "string"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
"services": {
|
|
2050
|
+
"description": "List of services that this package depends on",
|
|
2051
|
+
"type": "array",
|
|
2052
|
+
"items": {
|
|
2053
|
+
"type": "string"
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
"sap.artifact": {
|
|
2061
|
+
"title": "JSON schema for SAP.ARTIFACT Namespace",
|
|
2062
|
+
"description": "Represents general artifact attributes.",
|
|
2063
|
+
"type": "object",
|
|
2064
|
+
"additionalProperties": true,
|
|
2065
|
+
"required": [
|
|
2066
|
+
"id",
|
|
2067
|
+
"type",
|
|
2068
|
+
"title",
|
|
2069
|
+
"description",
|
|
2070
|
+
"artifactVersion"
|
|
2071
|
+
],
|
|
2072
|
+
"properties": {
|
|
2073
|
+
"_version": {
|
|
2074
|
+
"description": "Represents SAP.ARTIFACT attributes format version. It is managed by namespace owner",
|
|
2075
|
+
"type": "string",
|
|
2076
|
+
"enum": [
|
|
2077
|
+
"1.0.0",
|
|
2078
|
+
"1.1.0"
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
"id": {
|
|
2082
|
+
"description": "Represents mandatory unique artifact identifier",
|
|
2083
|
+
"$ref": "#/definitions/iddef"
|
|
2084
|
+
},
|
|
2085
|
+
"i18n": {
|
|
2086
|
+
"default": "i18n/i18n.properties",
|
|
2087
|
+
"description": "Represents path inside the artifact to the properties file containing text symbols for the artifacts texts",
|
|
2088
|
+
"oneOf": [
|
|
2089
|
+
{
|
|
2090
|
+
"default": "i18n/i18n.properties",
|
|
2091
|
+
"type": "string"
|
|
2092
|
+
}
|
|
2093
|
+
]
|
|
2094
|
+
},
|
|
2095
|
+
"artifactVersion": {
|
|
2096
|
+
"description": "Represents mandatory semantic version of the artifact",
|
|
2097
|
+
"type": "object",
|
|
2098
|
+
"required": [
|
|
2099
|
+
"version"
|
|
2100
|
+
],
|
|
2101
|
+
"properties": {
|
|
2102
|
+
"version": {
|
|
2103
|
+
"$ref": "#/definitions/semanticversion"
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"type": {
|
|
2108
|
+
"description": "Represents type of an artifact and can be card, workflow, workspace-template",
|
|
2109
|
+
"type": "string",
|
|
2110
|
+
"enum": [
|
|
2111
|
+
"card",
|
|
2112
|
+
"workflow",
|
|
2113
|
+
"workspace-template"
|
|
2114
|
+
]
|
|
2115
|
+
},
|
|
2116
|
+
"title": {
|
|
2117
|
+
"description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2118
|
+
"type": "string"
|
|
2119
|
+
},
|
|
2120
|
+
"subTitle": {
|
|
2121
|
+
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2122
|
+
"type": "string"
|
|
2123
|
+
},
|
|
2124
|
+
"shortTitle": {
|
|
2125
|
+
"description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2126
|
+
"type": "string"
|
|
2127
|
+
},
|
|
2128
|
+
"info": {
|
|
2129
|
+
"description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2130
|
+
"type": "string"
|
|
2131
|
+
},
|
|
2132
|
+
"description": {
|
|
2133
|
+
"description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2134
|
+
"type": "string"
|
|
2135
|
+
},
|
|
2136
|
+
"icon": {
|
|
2137
|
+
"description": "Represents icon name or source URL for the artifact",
|
|
2138
|
+
"type": "string"
|
|
2139
|
+
},
|
|
2140
|
+
"tags": {
|
|
2141
|
+
"description": "Represents array of keywords used to find the artifact",
|
|
2142
|
+
"type": "object",
|
|
2143
|
+
"additionalProperties": true,
|
|
2144
|
+
"required": [
|
|
2145
|
+
"keywords"
|
|
2146
|
+
],
|
|
2147
|
+
"properties": {
|
|
2148
|
+
"keywords": {
|
|
2149
|
+
"$ref": "#/definitions/tag"
|
|
2150
|
+
},
|
|
2151
|
+
"technicalAttributes": {
|
|
2152
|
+
"type": "array",
|
|
2153
|
+
"items": {
|
|
2154
|
+
"type": "string",
|
|
2155
|
+
"pattern": "^[A-Z0-9_\\-\\/]+$"
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"definitions": {
|
|
2164
|
+
"tag": {
|
|
2165
|
+
"type": "array",
|
|
2166
|
+
"items": {
|
|
2167
|
+
"description": "Represents a tag; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2168
|
+
"type": "string"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"semanticversion": {
|
|
2172
|
+
"description": "The version number of the schema in major.minor.patch format.",
|
|
2173
|
+
"type": "string",
|
|
2174
|
+
"pattern": "^[0-9]{1,}.[0-9]{1,}.[0-9]{1,}$"
|
|
2175
|
+
},
|
|
2176
|
+
"iddef": {
|
|
2177
|
+
"type": "string",
|
|
2178
|
+
"maxLength": 70,
|
|
2179
|
+
"pattern": "^[A-Za-z]{2,}.[A-Za-z]{2,}"
|
|
2180
|
+
},
|
|
2181
|
+
"contentitem": {
|
|
2182
|
+
"description": "Represents an item of the content list defining the sub manifest and baseurl",
|
|
2183
|
+
"type": "object",
|
|
2184
|
+
"properties": {
|
|
2185
|
+
"baseURL": {
|
|
2186
|
+
"description": "Relative url to the artifact within the folder in this package",
|
|
2187
|
+
"type": "string"
|
|
2188
|
+
},
|
|
2189
|
+
"manifest": {
|
|
2190
|
+
"description": "Wraps the child manifest",
|
|
2191
|
+
"type": "object",
|
|
2192
|
+
"properties": {
|
|
2193
|
+
"sap.artifact": {
|
|
2194
|
+
"description": "The artifacts manifest",
|
|
2195
|
+
"type": "object"
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"infolink": {
|
|
2202
|
+
"description": "Represents a link information with text and url",
|
|
2203
|
+
"type": "object",
|
|
2204
|
+
"required": [
|
|
2205
|
+
"url",
|
|
2206
|
+
"text"
|
|
2207
|
+
],
|
|
2208
|
+
"properties": {
|
|
2209
|
+
"url": {
|
|
2210
|
+
"description": "Represents a target url",
|
|
2211
|
+
"type": "string",
|
|
2212
|
+
"format": "uri-template"
|
|
2213
|
+
},
|
|
2214
|
+
"text": {
|
|
2215
|
+
"description": "Represents a descriptive text for the target",
|
|
2216
|
+
"type": "string"
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"vendor": {
|
|
2221
|
+
"description": "Represents the vendor information",
|
|
2222
|
+
"type": "object",
|
|
2223
|
+
"required": [
|
|
2224
|
+
"id",
|
|
2225
|
+
"name",
|
|
2226
|
+
"url"
|
|
2227
|
+
],
|
|
2228
|
+
"properties": {
|
|
2229
|
+
"id": {
|
|
2230
|
+
"description": "Represents the vendor id",
|
|
2231
|
+
"type": "string"
|
|
2232
|
+
},
|
|
2233
|
+
"name": {
|
|
2234
|
+
"description": "Represents the vendor name",
|
|
2235
|
+
"type": "string"
|
|
2236
|
+
},
|
|
2237
|
+
"lineOfBusiness": {
|
|
2238
|
+
"description": "Represents the vendor line of business within the vendors organization if any",
|
|
2239
|
+
"type": "string"
|
|
2240
|
+
},
|
|
2241
|
+
"url": {
|
|
2242
|
+
"description": "Represents a target url",
|
|
2243
|
+
"type": "string",
|
|
2244
|
+
"format": "uri-template"
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"Microchart.StackedBar.Bar": {
|
|
2249
|
+
"type": "object",
|
|
2250
|
+
"additionalProperties": false,
|
|
2251
|
+
"properties": {
|
|
2252
|
+
"value": {
|
|
2253
|
+
"description": "The actual value shown as a colored horizontal bar",
|
|
2254
|
+
"oneOf": [
|
|
2255
|
+
{
|
|
2256
|
+
"type": "number"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2260
|
+
}
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"displayValue": {
|
|
2264
|
+
"description": "The value, which will be displayed as a text in the tooltip of the bar",
|
|
2265
|
+
"type": "string"
|
|
2266
|
+
},
|
|
2267
|
+
"legendTitle": {
|
|
2268
|
+
"description": "Title, which will be displayed in the legend",
|
|
2269
|
+
"type": "string"
|
|
2270
|
+
},
|
|
2271
|
+
"color": {
|
|
2272
|
+
"description": "The color of the bar",
|
|
2273
|
+
"type": "string",
|
|
2274
|
+
"oneOf": [
|
|
2275
|
+
{
|
|
2276
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"type": "string"
|
|
2280
|
+
}
|
|
2281
|
+
]
|
|
2282
|
+
}
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"Microchart.Bullet.Threshold": {
|
|
2286
|
+
"type": "object",
|
|
2287
|
+
"additionalProperties": false,
|
|
2288
|
+
"properties": {
|
|
2289
|
+
"value": {
|
|
2290
|
+
"description": "The value of the threshold",
|
|
2291
|
+
"oneOf": [
|
|
2292
|
+
{
|
|
2293
|
+
"type": "number"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2297
|
+
}
|
|
2298
|
+
]
|
|
2299
|
+
},
|
|
2300
|
+
"color": {
|
|
2301
|
+
"description": "The state color of the threshold",
|
|
2302
|
+
"type": "string",
|
|
2303
|
+
"oneOf": [
|
|
2304
|
+
{
|
|
2305
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2309
|
+
}
|
|
2310
|
+
]
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"Microchart.StackedBar": {
|
|
2315
|
+
"type": "object",
|
|
2316
|
+
"additionalProperties": false,
|
|
2317
|
+
"required": [
|
|
2318
|
+
"type"
|
|
2319
|
+
],
|
|
2320
|
+
"properties": {
|
|
2321
|
+
"type": {
|
|
2322
|
+
"description": "Represents the type of the Microchart",
|
|
2323
|
+
"type": "string",
|
|
2324
|
+
"const": "StackedBar"
|
|
2325
|
+
},
|
|
2326
|
+
"maxValue": {
|
|
2327
|
+
"description": "The maximum scale value for the bar chart",
|
|
2328
|
+
"oneOf": [
|
|
2329
|
+
{
|
|
2330
|
+
"type": "number"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2334
|
+
}
|
|
2335
|
+
]
|
|
2336
|
+
},
|
|
2337
|
+
"displayValue": {
|
|
2338
|
+
"description": "The value, which will be displayed as a text next to the bar",
|
|
2339
|
+
"type": "string"
|
|
2340
|
+
},
|
|
2341
|
+
"bars": {
|
|
2342
|
+
"description": "The bars of the chart",
|
|
2343
|
+
"type": "array",
|
|
2344
|
+
"items": {
|
|
2345
|
+
"$ref": "#/definitions/Microchart.StackedBar.Bar"
|
|
2346
|
+
}
|
|
1586
2347
|
}
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
"Microchart.Bullet": {
|
|
2351
|
+
"type": "object",
|
|
2352
|
+
"additionalProperties": false,
|
|
2353
|
+
"required": [
|
|
2354
|
+
"type"
|
|
1587
2355
|
],
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
2356
|
+
"properties": {
|
|
2357
|
+
"type": {
|
|
2358
|
+
"description": "Represents the type of the Microchart",
|
|
1590
2359
|
"type": "string",
|
|
1591
|
-
"
|
|
2360
|
+
"const": "Bullet"
|
|
2361
|
+
},
|
|
2362
|
+
"value": {
|
|
2363
|
+
"description": "The actual value shown as a colored horizontal bar",
|
|
2364
|
+
"oneOf": [
|
|
2365
|
+
{
|
|
2366
|
+
"type": "number"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2370
|
+
}
|
|
2371
|
+
]
|
|
2372
|
+
},
|
|
2373
|
+
"minValue": {
|
|
2374
|
+
"description": "The minimum scale value for the bar chart",
|
|
2375
|
+
"oneOf": [
|
|
2376
|
+
{
|
|
2377
|
+
"type": "number"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2381
|
+
}
|
|
2382
|
+
]
|
|
2383
|
+
},
|
|
2384
|
+
"maxValue": {
|
|
2385
|
+
"description": "The maximum scale value for the bar chart",
|
|
2386
|
+
"oneOf": [
|
|
2387
|
+
{
|
|
2388
|
+
"type": "number"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
},
|
|
2395
|
+
"displayValue": {
|
|
2396
|
+
"description": "The actual value, which will be displayed as a text next to the bar",
|
|
2397
|
+
"type": "string"
|
|
2398
|
+
},
|
|
2399
|
+
"target": {
|
|
2400
|
+
"description": "The target value - displayed as a vertical line (marker)",
|
|
2401
|
+
"oneOf": [
|
|
2402
|
+
{
|
|
2403
|
+
"type": "number"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2407
|
+
}
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
"scale": {
|
|
2411
|
+
"description": "The scaling suffix that is appended to all values",
|
|
2412
|
+
"type": "string"
|
|
2413
|
+
},
|
|
2414
|
+
"color": {
|
|
2415
|
+
"description": "The state color of the bar",
|
|
2416
|
+
"type": "string",
|
|
2417
|
+
"oneOf": [
|
|
2418
|
+
{
|
|
2419
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2423
|
+
}
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2426
|
+
"thresholds": {
|
|
2427
|
+
"description": "The thresholds indicators of the bar",
|
|
2428
|
+
"type": "array",
|
|
2429
|
+
"items": {
|
|
2430
|
+
"$ref": "#/definitions/Microchart.Bullet.Threshold"
|
|
2431
|
+
}
|
|
1592
2432
|
}
|
|
1593
2433
|
}
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
|
|
2434
|
+
},
|
|
2435
|
+
"Configuration.Filter.Item": {
|
|
2436
|
+
"description": "A single filter selection option",
|
|
2437
|
+
"type": "object",
|
|
2438
|
+
"additionalProperties": false,
|
|
2439
|
+
"properties": {
|
|
2440
|
+
"title": {
|
|
2441
|
+
"description": "The title of the filter option",
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2444
|
+
"key": {
|
|
2445
|
+
"description": "The unique key of the filter option. Mapped to the filter's value",
|
|
2446
|
+
"type": "string"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2450
|
+
"Configuration.BasicDataType": {
|
|
2451
|
+
"description": "Basic data types for parameters and filters",
|
|
2452
|
+
"type": "string",
|
|
2453
|
+
"enum": [
|
|
2454
|
+
"string",
|
|
2455
|
+
"integer",
|
|
2456
|
+
"number",
|
|
2457
|
+
"boolean",
|
|
2458
|
+
"date",
|
|
2459
|
+
"datetime"
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
"cache": {
|
|
2463
|
+
"description": "Cache control settings",
|
|
2464
|
+
"type": "object",
|
|
2465
|
+
"additionalProperties": false,
|
|
2466
|
+
"properties": {
|
|
2467
|
+
"maxAge": {
|
|
2468
|
+
"description": "The maximum age for which the cache is considered fresh.",
|
|
2469
|
+
"type": "number",
|
|
2470
|
+
"default": 0
|
|
2471
|
+
},
|
|
2472
|
+
"staleWhileRevalidate": {
|
|
2473
|
+
"description": "Should we show stale cache while revalidating.",
|
|
2474
|
+
"type": "boolean",
|
|
2475
|
+
"default": false
|
|
2476
|
+
},
|
|
2477
|
+
"noStore": {
|
|
2478
|
+
"description": "[Deprecated] Set to true to disable caching for this card.",
|
|
2479
|
+
"type": "boolean",
|
|
2480
|
+
"default": false
|
|
2481
|
+
},
|
|
2482
|
+
"enabled": {
|
|
2483
|
+
"description": "Set to false to disable caching for this card.",
|
|
2484
|
+
"type": "boolean",
|
|
2485
|
+
"default": false
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"batchRequest": {
|
|
2490
|
+
"description": "Represents a request which is a part of a batch request.",
|
|
2491
|
+
"type": "object",
|
|
2492
|
+
"additionalProperties": false,
|
|
2493
|
+
"required": [
|
|
2494
|
+
"url",
|
|
2495
|
+
"method"
|
|
2496
|
+
],
|
|
2497
|
+
"properties": {
|
|
2498
|
+
"url": {
|
|
2499
|
+
"description": "The URL to make the request to",
|
|
2500
|
+
"type": "string"
|
|
2501
|
+
},
|
|
2502
|
+
"method": {
|
|
2503
|
+
"description": "The HTTP method",
|
|
2504
|
+
"type": "string",
|
|
2505
|
+
"enum": [
|
|
2506
|
+
"GET",
|
|
2507
|
+
"POST",
|
|
2508
|
+
"PUT",
|
|
2509
|
+
"PATCH",
|
|
2510
|
+
"DELETE"
|
|
2511
|
+
]
|
|
2512
|
+
},
|
|
2513
|
+
"headers": {
|
|
2514
|
+
"description": "Represents HTTP headers",
|
|
2515
|
+
"type": "object",
|
|
2516
|
+
"additionalProperties": true
|
|
2517
|
+
},
|
|
2518
|
+
"body": {
|
|
2519
|
+
"description": "Represents the request body",
|
|
2520
|
+
"additionalProperties": true
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
1597
2524
|
"parameters": {
|
|
1598
2525
|
"description": "Represents parameters that are passed in the actions",
|
|
1599
2526
|
"type": "object",
|
|
1600
2527
|
"additionalProperties": true
|
|
1601
2528
|
},
|
|
2529
|
+
"extension": {
|
|
2530
|
+
"description": "[Experimental] Represents attributes, needed to get data via extension",
|
|
2531
|
+
"type": "object",
|
|
2532
|
+
"additionalProperties": false,
|
|
2533
|
+
"required": [
|
|
2534
|
+
"method"
|
|
2535
|
+
],
|
|
2536
|
+
"properties": {
|
|
2537
|
+
"method": {
|
|
2538
|
+
"description": "The method of the extension, which fetches data",
|
|
2539
|
+
"type": "string"
|
|
2540
|
+
},
|
|
2541
|
+
"args": {
|
|
2542
|
+
"description": "The arguments, with which the method will be called",
|
|
2543
|
+
"type": "array"
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
1602
2547
|
"service_0": {
|
|
1603
|
-
"description": "Represents service that will be used for
|
|
2548
|
+
"description": "Represents service that will be used for actions",
|
|
1604
2549
|
"oneOf": [
|
|
1605
2550
|
{
|
|
1606
2551
|
"description": "Represents name of the Service to be used for the action",
|
|
@@ -1621,91 +2566,343 @@
|
|
|
1621
2566
|
}
|
|
1622
2567
|
]
|
|
1623
2568
|
},
|
|
1624
|
-
"request": {
|
|
1625
|
-
"description": "Represents request attributes",
|
|
2569
|
+
"request": {
|
|
2570
|
+
"description": "Represents request attributes",
|
|
2571
|
+
"type": "object",
|
|
2572
|
+
"additionalProperties": false,
|
|
2573
|
+
"required": [
|
|
2574
|
+
"url"
|
|
2575
|
+
],
|
|
2576
|
+
"properties": {
|
|
2577
|
+
"mode": {
|
|
2578
|
+
"description": "The mode of the request",
|
|
2579
|
+
"type": "string",
|
|
2580
|
+
"oneOf": [
|
|
2581
|
+
{
|
|
2582
|
+
"enum": [
|
|
2583
|
+
"no-cors",
|
|
2584
|
+
"same-origin",
|
|
2585
|
+
"cors"
|
|
2586
|
+
],
|
|
2587
|
+
"default": "cors"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
|
+
"url": {
|
|
2595
|
+
"description": "The URL to make the request to",
|
|
2596
|
+
"type": "string"
|
|
2597
|
+
},
|
|
2598
|
+
"method": {
|
|
2599
|
+
"description": "The HTTP method",
|
|
2600
|
+
"type": "string",
|
|
2601
|
+
"oneOf": [
|
|
2602
|
+
{
|
|
2603
|
+
"enum": [
|
|
2604
|
+
"GET",
|
|
2605
|
+
"POST"
|
|
2606
|
+
],
|
|
2607
|
+
"default": "GET"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
"parameters": {
|
|
2615
|
+
"description": "Represents the request parameters. If it is a POST request the parameters will be put as key/value pairs into the body of the request",
|
|
2616
|
+
"$ref": "#/definitions/parameters"
|
|
2617
|
+
},
|
|
2618
|
+
"headers": {
|
|
2619
|
+
"description": "Represents HTTP headers",
|
|
2620
|
+
"type": "object",
|
|
2621
|
+
"additionalProperties": true
|
|
2622
|
+
},
|
|
2623
|
+
"retryAfter": {
|
|
2624
|
+
"description": "Number of seconds before the request is retried if it failed the previous time.",
|
|
2625
|
+
"oneOf": [
|
|
2626
|
+
{
|
|
2627
|
+
"type": "number"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2631
|
+
}
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
"withCredentials": {
|
|
2635
|
+
"description": "Indicates whether cross-site requests should be made using credentials",
|
|
2636
|
+
"oneOf": [
|
|
2637
|
+
{
|
|
2638
|
+
"type": "boolean",
|
|
2639
|
+
"default": false
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2643
|
+
}
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
"batch": {
|
|
2647
|
+
"description": "Map of requests to be batched",
|
|
2648
|
+
"type": "object",
|
|
2649
|
+
"additionalProperties": {
|
|
2650
|
+
"$ref": "#/definitions/batchRequest"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"cache": {
|
|
2654
|
+
"description": "Cache control settings",
|
|
2655
|
+
"$ref": "#/definitions/cache"
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
"statusTextFormatter": {
|
|
2660
|
+
"type": "object",
|
|
2661
|
+
"description": "Defines fields for dynamic status formatting",
|
|
2662
|
+
"additionalProperties": false,
|
|
2663
|
+
"properties": {
|
|
2664
|
+
"format": {
|
|
2665
|
+
"description": "Defines binding information",
|
|
2666
|
+
"type": "object",
|
|
2667
|
+
"additionalProperties": false,
|
|
2668
|
+
"properties": {
|
|
2669
|
+
"translationKey": {
|
|
2670
|
+
"type": "string"
|
|
2671
|
+
},
|
|
2672
|
+
"parts": {
|
|
2673
|
+
"type": "array"
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2679
|
+
"iconBackgroundColor": {
|
|
2680
|
+
"oneOf": [
|
|
2681
|
+
{
|
|
2682
|
+
"enum": [
|
|
2683
|
+
"Accent1",
|
|
2684
|
+
"Accent2",
|
|
2685
|
+
"Accent3",
|
|
2686
|
+
"Accent4",
|
|
2687
|
+
"Accent5",
|
|
2688
|
+
"Accent6",
|
|
2689
|
+
"Accent7",
|
|
2690
|
+
"Accent8",
|
|
2691
|
+
"Accent9",
|
|
2692
|
+
"Accent10",
|
|
2693
|
+
"Placeholder",
|
|
2694
|
+
"Random",
|
|
2695
|
+
"TileIcon",
|
|
2696
|
+
"Transparent"
|
|
2697
|
+
],
|
|
2698
|
+
"default": "Transparent"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2702
|
+
}
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
"ContentType.Calendar.SpecialDate.Template": {
|
|
2706
|
+
"description": "The template for all specialDates",
|
|
1626
2707
|
"type": "object",
|
|
1627
2708
|
"additionalProperties": false,
|
|
1628
|
-
"required": [
|
|
1629
|
-
"url"
|
|
1630
|
-
],
|
|
1631
2709
|
"properties": {
|
|
1632
|
-
"
|
|
1633
|
-
"description": "The
|
|
1634
|
-
"type": "string"
|
|
2710
|
+
"startDate": {
|
|
2711
|
+
"description": "The start date of the special date. The accepted date format is ISO 8601",
|
|
2712
|
+
"type": "string"
|
|
2713
|
+
},
|
|
2714
|
+
"endDate": {
|
|
2715
|
+
"description": "The end date of the special date. The accepted date format is ISO 8601",
|
|
2716
|
+
"type": "string"
|
|
2717
|
+
},
|
|
2718
|
+
"type": {
|
|
2719
|
+
"description": "The type of the special date - one of the types defined in the legend",
|
|
1635
2720
|
"oneOf": [
|
|
1636
2721
|
{
|
|
1637
2722
|
"enum": [
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
2723
|
+
"Type01",
|
|
2724
|
+
"Type02",
|
|
2725
|
+
"Type03",
|
|
2726
|
+
"Type04",
|
|
2727
|
+
"Type05",
|
|
2728
|
+
"Type06",
|
|
2729
|
+
"Type07",
|
|
2730
|
+
"Type08",
|
|
2731
|
+
"Type09",
|
|
2732
|
+
"Type10",
|
|
2733
|
+
"Type11",
|
|
2734
|
+
"Type12",
|
|
2735
|
+
"Type13",
|
|
2736
|
+
"Type14",
|
|
2737
|
+
"Type15",
|
|
2738
|
+
"Type16",
|
|
2739
|
+
"Type17",
|
|
2740
|
+
"Type18",
|
|
2741
|
+
"Type19",
|
|
2742
|
+
"Type20"
|
|
1641
2743
|
],
|
|
1642
|
-
"default": "
|
|
2744
|
+
"default": "Type01"
|
|
1643
2745
|
},
|
|
1644
2746
|
{
|
|
1645
2747
|
"$ref": "#/definitions/simpleBinding"
|
|
1646
2748
|
}
|
|
1647
2749
|
]
|
|
2750
|
+
}
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
"ContentType.Calendar.LegendItem.Template": {
|
|
2754
|
+
"description": "The template for all legendItems",
|
|
2755
|
+
"type": "object",
|
|
2756
|
+
"additionalProperties": false,
|
|
2757
|
+
"properties": {
|
|
2758
|
+
"category": {
|
|
2759
|
+
"description": "Defines which card component describes the legend item. Available categories: \"calendar\" (represented as square) or \"appointment\" (circle)",
|
|
2760
|
+
"type": "string"
|
|
1648
2761
|
},
|
|
1649
|
-
"
|
|
1650
|
-
"description": "The
|
|
2762
|
+
"text": {
|
|
2763
|
+
"description": "The describing information of the item",
|
|
1651
2764
|
"type": "string"
|
|
1652
2765
|
},
|
|
1653
|
-
"
|
|
1654
|
-
"description": "The
|
|
1655
|
-
"type": "string",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"description": "The type of the legend item corresponding with the described component",
|
|
1656
2768
|
"oneOf": [
|
|
1657
2769
|
{
|
|
1658
2770
|
"enum": [
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
2771
|
+
"Type01",
|
|
2772
|
+
"Type02",
|
|
2773
|
+
"Type03",
|
|
2774
|
+
"Type04",
|
|
2775
|
+
"Type05",
|
|
2776
|
+
"Type06",
|
|
2777
|
+
"Type07",
|
|
2778
|
+
"Type08",
|
|
2779
|
+
"Type09",
|
|
2780
|
+
"Type10",
|
|
2781
|
+
"Type11",
|
|
2782
|
+
"Type12",
|
|
2783
|
+
"Type13",
|
|
2784
|
+
"Type14",
|
|
2785
|
+
"Type15",
|
|
2786
|
+
"Type16",
|
|
2787
|
+
"Type17",
|
|
2788
|
+
"Type18",
|
|
2789
|
+
"Type19",
|
|
2790
|
+
"Type20"
|
|
1661
2791
|
],
|
|
1662
|
-
"default": "
|
|
2792
|
+
"default": "Type01"
|
|
1663
2793
|
},
|
|
1664
2794
|
{
|
|
1665
2795
|
"$ref": "#/definitions/simpleBinding"
|
|
1666
2796
|
}
|
|
1667
2797
|
]
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
"ContentType.Calendar.Item.Template": {
|
|
2802
|
+
"description": "The template for all items",
|
|
2803
|
+
"type": "object",
|
|
2804
|
+
"additionalProperties": false,
|
|
2805
|
+
"properties": {
|
|
2806
|
+
"startDate": {
|
|
2807
|
+
"description": "The start date of the item. The accepted date format is ISO 8601",
|
|
2808
|
+
"type": "string"
|
|
1668
2809
|
},
|
|
1669
|
-
"
|
|
1670
|
-
"description": "
|
|
1671
|
-
"
|
|
2810
|
+
"endDate": {
|
|
2811
|
+
"description": "The end date of the item. The accepted date format is ISO 8601",
|
|
2812
|
+
"type": "string"
|
|
1672
2813
|
},
|
|
1673
|
-
"
|
|
1674
|
-
"description": "
|
|
1675
|
-
"type": "
|
|
1676
|
-
"additionalProperties": true
|
|
2814
|
+
"title": {
|
|
2815
|
+
"description": "The title of the item",
|
|
2816
|
+
"type": "string"
|
|
1677
2817
|
},
|
|
1678
|
-
"
|
|
1679
|
-
"description": "
|
|
2818
|
+
"text": {
|
|
2819
|
+
"description": "The additional information of the item",
|
|
2820
|
+
"type": "string"
|
|
2821
|
+
},
|
|
2822
|
+
"icon": {
|
|
2823
|
+
"$ref": "#/definitions/simpleIcon"
|
|
2824
|
+
},
|
|
2825
|
+
"type": {
|
|
2826
|
+
"description": "The type of the item - one of the types defined in the legend",
|
|
1680
2827
|
"oneOf": [
|
|
1681
2828
|
{
|
|
1682
|
-
"
|
|
1683
|
-
|
|
2829
|
+
"enum": [
|
|
2830
|
+
"Type01",
|
|
2831
|
+
"Type02",
|
|
2832
|
+
"Type03",
|
|
2833
|
+
"Type04",
|
|
2834
|
+
"Type05",
|
|
2835
|
+
"Type06",
|
|
2836
|
+
"Type07",
|
|
2837
|
+
"Type08",
|
|
2838
|
+
"Type09",
|
|
2839
|
+
"Type10",
|
|
2840
|
+
"Type11",
|
|
2841
|
+
"Type12",
|
|
2842
|
+
"Type13",
|
|
2843
|
+
"Type14",
|
|
2844
|
+
"Type15",
|
|
2845
|
+
"Type16",
|
|
2846
|
+
"Type17",
|
|
2847
|
+
"Type18",
|
|
2848
|
+
"Type19",
|
|
2849
|
+
"Type20"
|
|
2850
|
+
],
|
|
2851
|
+
"default": "Type01"
|
|
1684
2852
|
},
|
|
1685
2853
|
{
|
|
1686
2854
|
"$ref": "#/definitions/simpleBinding"
|
|
1687
2855
|
}
|
|
1688
2856
|
]
|
|
2857
|
+
},
|
|
2858
|
+
"actions": {
|
|
2859
|
+
"description": "Defines actions that can be applied on the item",
|
|
2860
|
+
"type": "array",
|
|
2861
|
+
"items": {
|
|
2862
|
+
"$ref": "#/definitions/action"
|
|
2863
|
+
}
|
|
1689
2864
|
}
|
|
1690
2865
|
}
|
|
1691
2866
|
},
|
|
1692
|
-
"
|
|
2867
|
+
"ContentType.Calendar.SpecialDate": {
|
|
2868
|
+
"description": "Describes each specialDate",
|
|
1693
2869
|
"type": "object",
|
|
1694
|
-
"description": "Defines fields for dynamic status formatting.",
|
|
1695
2870
|
"additionalProperties": false,
|
|
1696
2871
|
"properties": {
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
"
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
2872
|
+
"template": {
|
|
2873
|
+
"$ref": "#/definitions/ContentType.Calendar.SpecialDate.Template"
|
|
2874
|
+
},
|
|
2875
|
+
"path": {
|
|
2876
|
+
"description": "Defines the path to the structure holding the data about the specialDates",
|
|
2877
|
+
"type": "string"
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
"ContentType.Calendar.LegendItem": {
|
|
2882
|
+
"description": "Describes each legendItem",
|
|
2883
|
+
"type": "object",
|
|
2884
|
+
"additionalProperties": false,
|
|
2885
|
+
"properties": {
|
|
2886
|
+
"template": {
|
|
2887
|
+
"$ref": "#/definitions/ContentType.Calendar.LegendItem.Template"
|
|
2888
|
+
},
|
|
2889
|
+
"path": {
|
|
2890
|
+
"description": "Defines the path to the structure holding the data about the legendItems",
|
|
2891
|
+
"type": "string"
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"ContentType.Calendar.Item": {
|
|
2896
|
+
"description": "Describes each item",
|
|
2897
|
+
"type": "object",
|
|
2898
|
+
"additionalProperties": false,
|
|
2899
|
+
"properties": {
|
|
2900
|
+
"template": {
|
|
2901
|
+
"$ref": "#/definitions/ContentType.Calendar.Item.Template"
|
|
2902
|
+
},
|
|
2903
|
+
"path": {
|
|
2904
|
+
"description": "Defines the path to the structure holding the data about the items",
|
|
2905
|
+
"type": "string"
|
|
1709
2906
|
}
|
|
1710
2907
|
}
|
|
1711
2908
|
},
|
|
@@ -1752,6 +2949,7 @@
|
|
|
1752
2949
|
{
|
|
1753
2950
|
"type": "object",
|
|
1754
2951
|
"additionalProperties": false,
|
|
2952
|
+
"description": "[Deprecated]",
|
|
1755
2953
|
"properties": {
|
|
1756
2954
|
"url": {
|
|
1757
2955
|
"type": "string"
|
|
@@ -1763,29 +2961,53 @@
|
|
|
1763
2961
|
}
|
|
1764
2962
|
]
|
|
1765
2963
|
},
|
|
2964
|
+
"textAlign": {
|
|
2965
|
+
"description": "Represents options for text alignments",
|
|
2966
|
+
"type": "string",
|
|
2967
|
+
"enum": [
|
|
2968
|
+
"Begin",
|
|
2969
|
+
"Center",
|
|
2970
|
+
"End",
|
|
2971
|
+
"Initial",
|
|
2972
|
+
"Left",
|
|
2973
|
+
"Right"
|
|
2974
|
+
],
|
|
2975
|
+
"default": "Begin"
|
|
2976
|
+
},
|
|
1766
2977
|
"ContentType.Table.Column": {
|
|
1767
2978
|
"description": "Represents object item attributes",
|
|
1768
2979
|
"type": "object",
|
|
1769
2980
|
"additionalProperties": false,
|
|
1770
2981
|
"properties": {
|
|
1771
2982
|
"title": {
|
|
1772
|
-
"description": "
|
|
2983
|
+
"description": "Represents a title of the column; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1773
2984
|
"type": "string"
|
|
1774
2985
|
},
|
|
1775
2986
|
"width": {
|
|
1776
|
-
"description": "Defines the width of the column
|
|
2987
|
+
"description": "Defines the width of the column",
|
|
1777
2988
|
"type": "string"
|
|
1778
2989
|
},
|
|
2990
|
+
"hAlign": {
|
|
2991
|
+
"description": "Defines the horizontal alignment of the column content",
|
|
2992
|
+
"oneOf": [
|
|
2993
|
+
{
|
|
2994
|
+
"$ref": "#/definitions/textAlign"
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2998
|
+
}
|
|
2999
|
+
]
|
|
3000
|
+
},
|
|
1779
3001
|
"value": {
|
|
1780
|
-
"description": "Represents the text value of the column
|
|
3002
|
+
"description": "Represents the text value of the column",
|
|
1781
3003
|
"type": "string"
|
|
1782
3004
|
},
|
|
1783
3005
|
"icon": {
|
|
1784
|
-
"description": "Represents column with icon
|
|
3006
|
+
"description": "Represents column with icon",
|
|
1785
3007
|
"$ref": "#/definitions/icon"
|
|
1786
3008
|
},
|
|
1787
3009
|
"state": {
|
|
1788
|
-
"description": "Defines the state of the column
|
|
3010
|
+
"description": "Defines the state of the column",
|
|
1789
3011
|
"oneOf": [
|
|
1790
3012
|
{
|
|
1791
3013
|
"$ref": "#/definitions/state"
|
|
@@ -1796,11 +3018,11 @@
|
|
|
1796
3018
|
]
|
|
1797
3019
|
},
|
|
1798
3020
|
"url": {
|
|
1799
|
-
"description": "Defines the URL string
|
|
3021
|
+
"description": "[Deprecated] Defines the URL string",
|
|
1800
3022
|
"type": "string"
|
|
1801
3023
|
},
|
|
1802
3024
|
"target": {
|
|
1803
|
-
"description": "Specifies where to open the 'url', if it is provided
|
|
3025
|
+
"description": "[Deprecated] Specifies where to open the 'url', if it is provided",
|
|
1804
3026
|
"type": "string",
|
|
1805
3027
|
"oneOf": [
|
|
1806
3028
|
{
|
|
@@ -1824,6 +3046,17 @@
|
|
|
1824
3046
|
"progressIndicator": {
|
|
1825
3047
|
"description": "Represents progress indicator attributes",
|
|
1826
3048
|
"$ref": "#/definitions/progressIndicator"
|
|
3049
|
+
},
|
|
3050
|
+
"visible": {
|
|
3051
|
+
"description": "Represents the visibility state of the column",
|
|
3052
|
+
"$ref": "#/definitions/visibility"
|
|
3053
|
+
},
|
|
3054
|
+
"actions": {
|
|
3055
|
+
"description": "Defines actions that can be applied on the group item",
|
|
3056
|
+
"type": "array",
|
|
3057
|
+
"items": {
|
|
3058
|
+
"$ref": "#/definitions/action"
|
|
3059
|
+
}
|
|
1827
3060
|
}
|
|
1828
3061
|
}
|
|
1829
3062
|
},
|
|
@@ -1842,19 +3075,19 @@
|
|
|
1842
3075
|
"additionalProperties": false,
|
|
1843
3076
|
"properties": {
|
|
1844
3077
|
"icon": {
|
|
1845
|
-
"description": "Defines the icon of the item
|
|
3078
|
+
"description": "Defines the icon of the item",
|
|
1846
3079
|
"$ref": "#/definitions/icon"
|
|
1847
3080
|
},
|
|
1848
3081
|
"label": {
|
|
1849
|
-
"description": "Defines the label of the item
|
|
3082
|
+
"description": "Defines the label of the item",
|
|
1850
3083
|
"type": "string"
|
|
1851
3084
|
},
|
|
1852
3085
|
"value": {
|
|
1853
|
-
"description": "Represents the text, which is associated with the label
|
|
3086
|
+
"description": "Represents the text, which is associated with the label",
|
|
1854
3087
|
"type": "string"
|
|
1855
3088
|
},
|
|
1856
3089
|
"type": {
|
|
1857
|
-
"description": "Defines the type of the displayed information
|
|
3090
|
+
"description": "[Deprecated] Defines the type of the displayed information",
|
|
1858
3091
|
"type": "string",
|
|
1859
3092
|
"oneOf": [
|
|
1860
3093
|
{
|
|
@@ -1872,11 +3105,11 @@
|
|
|
1872
3105
|
]
|
|
1873
3106
|
},
|
|
1874
3107
|
"url": {
|
|
1875
|
-
"description": "Defines the URL string. Works only with items of type 'link'
|
|
3108
|
+
"description": "[Deprecated] Defines the URL string. Works only with items of type 'link'",
|
|
1876
3109
|
"type": "string"
|
|
1877
3110
|
},
|
|
1878
3111
|
"target": {
|
|
1879
|
-
"description": "Specifies the target of the link - it works like the target property of the HTML 'a' tag. Works only with items of type 'link'
|
|
3112
|
+
"description": "[Deprecated] Specifies the target of the link - it works like the target property of the HTML 'a' tag. Works only with items of type 'link'",
|
|
1880
3113
|
"oneOf": [
|
|
1881
3114
|
{
|
|
1882
3115
|
"$ref": "#/definitions/target"
|
|
@@ -1887,26 +3120,55 @@
|
|
|
1887
3120
|
]
|
|
1888
3121
|
},
|
|
1889
3122
|
"emailSubject": {
|
|
1890
|
-
"description": "Represents the subject of the email. Works only with item of type 'email'
|
|
3123
|
+
"description": "[Deprecated] Represents the subject of the email. Works only with item of type 'email'",
|
|
1891
3124
|
"type": "string"
|
|
3125
|
+
},
|
|
3126
|
+
"actions": {
|
|
3127
|
+
"description": "Defines actions that can be applied on the group item",
|
|
3128
|
+
"type": "array",
|
|
3129
|
+
"items": {
|
|
3130
|
+
"$ref": "#/definitions/action"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
"visible": {
|
|
3134
|
+
"description": "Represents the visibility state of the item",
|
|
3135
|
+
"$ref": "#/definitions/visibility"
|
|
1892
3136
|
}
|
|
1893
3137
|
}
|
|
1894
3138
|
},
|
|
1895
3139
|
"ContentType.Object.Group": {
|
|
1896
3140
|
"description": "Represents a group of information for an object",
|
|
1897
3141
|
"type": "object",
|
|
3142
|
+
"required": [
|
|
3143
|
+
"items"
|
|
3144
|
+
],
|
|
1898
3145
|
"additionalProperties": false,
|
|
1899
3146
|
"properties": {
|
|
1900
3147
|
"title": {
|
|
1901
|
-
"description": "
|
|
3148
|
+
"description": "Represents a title of the object group; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1902
3149
|
"type": "string"
|
|
1903
3150
|
},
|
|
1904
3151
|
"items": {
|
|
1905
|
-
"description": "Represents items of information
|
|
3152
|
+
"description": "Represents items of information",
|
|
1906
3153
|
"type": "array",
|
|
1907
3154
|
"items": {
|
|
1908
3155
|
"$ref": "#/definitions/ContentType.Object.Item"
|
|
1909
3156
|
}
|
|
3157
|
+
},
|
|
3158
|
+
"visible": {
|
|
3159
|
+
"description": "Represents the visibility state of the group",
|
|
3160
|
+
"$ref": "#/definitions/visibility"
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"simpleIcon": {
|
|
3165
|
+
"description": "Represents simple icon attributes",
|
|
3166
|
+
"type": "object",
|
|
3167
|
+
"additionalProperties": false,
|
|
3168
|
+
"properties": {
|
|
3169
|
+
"src": {
|
|
3170
|
+
"type": "string",
|
|
3171
|
+
"description": "Represents icon name or source URL"
|
|
1910
3172
|
}
|
|
1911
3173
|
}
|
|
1912
3174
|
},
|
|
@@ -1916,23 +3178,23 @@
|
|
|
1916
3178
|
"additionalProperties": false,
|
|
1917
3179
|
"properties": {
|
|
1918
3180
|
"title": {
|
|
1919
|
-
"description": "The title of the timeline item
|
|
3181
|
+
"description": "The title of the timeline item",
|
|
1920
3182
|
"$ref": "#/definitions/field"
|
|
1921
3183
|
},
|
|
1922
3184
|
"description": {
|
|
1923
|
-
"description": "The description of the timeline item
|
|
3185
|
+
"description": "The description of the timeline item",
|
|
1924
3186
|
"$ref": "#/definitions/field"
|
|
1925
3187
|
},
|
|
1926
3188
|
"dateTime": {
|
|
1927
|
-
"description": "The dateTime value of the timeline item
|
|
3189
|
+
"description": "The dateTime value of the timeline item",
|
|
1928
3190
|
"$ref": "#/definitions/field"
|
|
1929
3191
|
},
|
|
1930
3192
|
"owner": {
|
|
1931
|
-
"description": "The owner of the timeline item
|
|
3193
|
+
"description": "The owner of the timeline item",
|
|
1932
3194
|
"$ref": "#/definitions/field"
|
|
1933
3195
|
},
|
|
1934
3196
|
"ownerImage": {
|
|
1935
|
-
"description": "The owner image of the timeline item
|
|
3197
|
+
"description": "The owner image of the timeline item",
|
|
1936
3198
|
"properties": {
|
|
1937
3199
|
"value": {
|
|
1938
3200
|
"type": "string"
|
|
@@ -1940,27 +3202,80 @@
|
|
|
1940
3202
|
}
|
|
1941
3203
|
},
|
|
1942
3204
|
"icon": {
|
|
1943
|
-
"description": "The icon of the timeline item
|
|
1944
|
-
"$ref": "#/definitions/
|
|
3205
|
+
"description": "The icon of the timeline item",
|
|
3206
|
+
"$ref": "#/definitions/simpleIcon"
|
|
1945
3207
|
}
|
|
1946
3208
|
}
|
|
1947
3209
|
},
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
3210
|
+
"visibility": {
|
|
3211
|
+
"oneOf": [
|
|
3212
|
+
{
|
|
3213
|
+
"type": "boolean",
|
|
3214
|
+
"default": true
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3218
|
+
}
|
|
3219
|
+
]
|
|
3220
|
+
},
|
|
3221
|
+
"ContentType.Analytical.Field": {
|
|
1950
3222
|
"type": "object",
|
|
1951
3223
|
"additionalProperties": false,
|
|
1952
3224
|
"properties": {
|
|
1953
|
-
"
|
|
1954
|
-
"description": "
|
|
3225
|
+
"type": {
|
|
3226
|
+
"description": "The type of the feed",
|
|
1955
3227
|
"oneOf": [
|
|
1956
3228
|
{
|
|
1957
|
-
"
|
|
1958
|
-
|
|
3229
|
+
"enum": [
|
|
3230
|
+
"Measure",
|
|
3231
|
+
"Dimension"
|
|
3232
|
+
]
|
|
1959
3233
|
},
|
|
1960
3234
|
{
|
|
1961
3235
|
"$ref": "#/definitions/simpleBinding"
|
|
1962
3236
|
}
|
|
1963
3237
|
]
|
|
3238
|
+
},
|
|
3239
|
+
"uid": {
|
|
3240
|
+
"description": "The uid of the feed",
|
|
3241
|
+
"type": "string"
|
|
3242
|
+
},
|
|
3243
|
+
"values": {
|
|
3244
|
+
"description": "The names of the measures or dimensions that are used for this feed",
|
|
3245
|
+
"type": "array",
|
|
3246
|
+
"items": {
|
|
3247
|
+
"type": "string"
|
|
3248
|
+
}
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
"ContentType.Analytical.MeasureAndDimension": {
|
|
3253
|
+
"description": "Measure/dimension for the dataset",
|
|
3254
|
+
"type": "object",
|
|
3255
|
+
"additionalProperties": false,
|
|
3256
|
+
"properties": {
|
|
3257
|
+
"name": {
|
|
3258
|
+
"description": "The name of the measure/dimension",
|
|
3259
|
+
"type": "string"
|
|
3260
|
+
},
|
|
3261
|
+
"label": {
|
|
3262
|
+
"description": "[Deprecated] Label for the measure/dimension",
|
|
3263
|
+
"type": "string"
|
|
3264
|
+
},
|
|
3265
|
+
"value": {
|
|
3266
|
+
"type": "string",
|
|
3267
|
+
"description": "Binding path to the data"
|
|
3268
|
+
}
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
"ContentType.Analytical.AxisText": {
|
|
3272
|
+
"description": "Represents descriptive text of the axis",
|
|
3273
|
+
"type": "object",
|
|
3274
|
+
"additionalProperties": false,
|
|
3275
|
+
"properties": {
|
|
3276
|
+
"visible": {
|
|
3277
|
+
"description": "Represents the visibility state of the descriptive axis text",
|
|
3278
|
+
"$ref": "#/definitions/visibility"
|
|
1964
3279
|
}
|
|
1965
3280
|
}
|
|
1966
3281
|
},
|
|
@@ -1970,23 +3285,52 @@
|
|
|
1970
3285
|
"additionalProperties": false,
|
|
1971
3286
|
"properties": {
|
|
1972
3287
|
"visible": {
|
|
1973
|
-
"description": "
|
|
3288
|
+
"description": "Visibility of the data labels",
|
|
3289
|
+
"$ref": "#/definitions/visibility"
|
|
3290
|
+
},
|
|
3291
|
+
"showTotal": {
|
|
3292
|
+
"description": "Visibility of data label for total value in some charts",
|
|
3293
|
+
"$ref": "#/definitions/visibility"
|
|
3294
|
+
}
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
"ContentType.Analytical.Legend": {
|
|
3298
|
+
"description": "[Deprecated] Represents chart legend attributes",
|
|
3299
|
+
"type": "object",
|
|
3300
|
+
"additionalProperties": false,
|
|
3301
|
+
"properties": {
|
|
3302
|
+
"visible": {
|
|
3303
|
+
"description": "Defines whether the legend will be visible",
|
|
3304
|
+
"$ref": "#/definitions/visibility"
|
|
3305
|
+
},
|
|
3306
|
+
"position": {
|
|
3307
|
+
"description": "Defines where the legend will be positioned",
|
|
3308
|
+
"type": "string",
|
|
1974
3309
|
"oneOf": [
|
|
1975
3310
|
{
|
|
1976
|
-
"
|
|
1977
|
-
|
|
3311
|
+
"enum": [
|
|
3312
|
+
"Top",
|
|
3313
|
+
"Bottom",
|
|
3314
|
+
"Left",
|
|
3315
|
+
"Right"
|
|
3316
|
+
],
|
|
3317
|
+
"default": "Right"
|
|
1978
3318
|
},
|
|
1979
3319
|
{
|
|
1980
3320
|
"$ref": "#/definitions/simpleBinding"
|
|
1981
3321
|
}
|
|
1982
3322
|
]
|
|
1983
3323
|
},
|
|
1984
|
-
"
|
|
1985
|
-
"description": "
|
|
3324
|
+
"alignment": {
|
|
3325
|
+
"description": "Defines how the legend will be aligned",
|
|
3326
|
+
"type": "string",
|
|
1986
3327
|
"oneOf": [
|
|
1987
3328
|
{
|
|
1988
|
-
"
|
|
1989
|
-
|
|
3329
|
+
"enum": [
|
|
3330
|
+
"TopLeft",
|
|
3331
|
+
"Center"
|
|
3332
|
+
],
|
|
3333
|
+
"default": "TopLeft"
|
|
1990
3334
|
},
|
|
1991
3335
|
{
|
|
1992
3336
|
"$ref": "#/definitions/simpleBinding"
|
|
@@ -1995,56 +3339,75 @@
|
|
|
1995
3339
|
}
|
|
1996
3340
|
}
|
|
1997
3341
|
},
|
|
1998
|
-
"
|
|
1999
|
-
"description": "
|
|
3342
|
+
"Microchart": {
|
|
3343
|
+
"description": "[Experimental] Describes Microchart attributes",
|
|
3344
|
+
"oneOf": [
|
|
3345
|
+
{
|
|
3346
|
+
"$ref": "#/definitions/Microchart.Bullet"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"$ref": "#/definitions/Microchart.StackedBar"
|
|
3350
|
+
}
|
|
3351
|
+
]
|
|
3352
|
+
},
|
|
3353
|
+
"icon": {
|
|
3354
|
+
"description": "Represents icon attributes",
|
|
2000
3355
|
"type": "object",
|
|
2001
3356
|
"additionalProperties": false,
|
|
2002
3357
|
"properties": {
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
3358
|
+
"src": {
|
|
3359
|
+
"type": "string",
|
|
3360
|
+
"description": "Represents icon name or source URL"
|
|
3361
|
+
},
|
|
3362
|
+
"alt": {
|
|
3363
|
+
"type": "string",
|
|
3364
|
+
"description": "Alternative text for the icon"
|
|
3365
|
+
},
|
|
3366
|
+
"shape": {
|
|
3367
|
+
"type": "string",
|
|
3368
|
+
"description": "Represents the shape of the icon",
|
|
2005
3369
|
"oneOf": [
|
|
2006
3370
|
{
|
|
2007
|
-
"
|
|
2008
|
-
|
|
3371
|
+
"enum": [
|
|
3372
|
+
"Square",
|
|
3373
|
+
"Circle"
|
|
3374
|
+
],
|
|
3375
|
+
"default": "Circle"
|
|
2009
3376
|
},
|
|
2010
3377
|
{
|
|
2011
3378
|
"$ref": "#/definitions/simpleBinding"
|
|
2012
3379
|
}
|
|
2013
3380
|
]
|
|
2014
3381
|
},
|
|
2015
|
-
"
|
|
2016
|
-
"description": "
|
|
2017
|
-
"type": "string",
|
|
3382
|
+
"text": {
|
|
3383
|
+
"description": "Initials for the avatar. Up to 2 symbols. If the image provided to the 'src' property fails to load, then the text will be shown",
|
|
2018
3384
|
"oneOf": [
|
|
2019
3385
|
{
|
|
2020
|
-
"
|
|
2021
|
-
|
|
2022
|
-
"Bottom",
|
|
2023
|
-
"Left",
|
|
2024
|
-
"Right"
|
|
2025
|
-
],
|
|
2026
|
-
"default": "Right"
|
|
3386
|
+
"type": "string",
|
|
3387
|
+
"maxLength": 2
|
|
2027
3388
|
},
|
|
2028
3389
|
{
|
|
2029
3390
|
"$ref": "#/definitions/simpleBinding"
|
|
2030
3391
|
}
|
|
2031
3392
|
]
|
|
2032
3393
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"description": "
|
|
2035
|
-
"type": "string",
|
|
3394
|
+
"size": {
|
|
3395
|
+
"description": "[Experimental] The size of the icon",
|
|
2036
3396
|
"oneOf": [
|
|
2037
3397
|
{
|
|
2038
3398
|
"enum": [
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2041
|
-
|
|
2042
|
-
|
|
3399
|
+
"XS",
|
|
3400
|
+
"S",
|
|
3401
|
+
"M"
|
|
3402
|
+
]
|
|
2043
3403
|
},
|
|
2044
3404
|
{
|
|
2045
3405
|
"$ref": "#/definitions/simpleBinding"
|
|
2046
3406
|
}
|
|
2047
3407
|
]
|
|
3408
|
+
},
|
|
3409
|
+
"backgroundColor": {
|
|
3410
|
+
"$ref": "#/definitions/iconBackgroundColor"
|
|
2048
3411
|
}
|
|
2049
3412
|
}
|
|
2050
3413
|
},
|
|
@@ -2060,12 +3423,34 @@
|
|
|
2060
3423
|
],
|
|
2061
3424
|
"default": "None"
|
|
2062
3425
|
},
|
|
3426
|
+
"ContentType.List.Item.ValueStateItem": {
|
|
3427
|
+
"description": "Represents value and state information for an object",
|
|
3428
|
+
"type": "object",
|
|
3429
|
+
"additionalProperties": false,
|
|
3430
|
+
"properties": {
|
|
3431
|
+
"value": {
|
|
3432
|
+
"type": "string",
|
|
3433
|
+
"description": "The value of the field"
|
|
3434
|
+
},
|
|
3435
|
+
"state": {
|
|
3436
|
+
"description": "The state of the field",
|
|
3437
|
+
"oneOf": [
|
|
3438
|
+
{
|
|
3439
|
+
"$ref": "#/definitions/state"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3445
|
+
}
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
2063
3448
|
"field": {
|
|
2064
3449
|
"type": "object",
|
|
2065
3450
|
"additionalProperties": false,
|
|
2066
3451
|
"properties": {
|
|
2067
3452
|
"label": {
|
|
2068
|
-
"description": "Represents
|
|
3453
|
+
"description": "Represents a label of the field; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2069
3454
|
"type": "string"
|
|
2070
3455
|
},
|
|
2071
3456
|
"value": {
|
|
@@ -2074,13 +3459,47 @@
|
|
|
2074
3459
|
}
|
|
2075
3460
|
}
|
|
2076
3461
|
},
|
|
3462
|
+
"group": {
|
|
3463
|
+
"description": "Represents group of items",
|
|
3464
|
+
"type": "object",
|
|
3465
|
+
"additionalProperties": false,
|
|
3466
|
+
"properties": {
|
|
3467
|
+
"title": {
|
|
3468
|
+
"description": "The title of the group",
|
|
3469
|
+
"type": "string"
|
|
3470
|
+
},
|
|
3471
|
+
"order": {
|
|
3472
|
+
"description": "The order by which the group will be sorted",
|
|
3473
|
+
"type": "object",
|
|
3474
|
+
"additionalProperties": false,
|
|
3475
|
+
"properties": {
|
|
3476
|
+
"path": {
|
|
3477
|
+
"description": "Defines the path to the structure holding the data about the group order",
|
|
3478
|
+
"type": "string"
|
|
3479
|
+
},
|
|
3480
|
+
"dir": {
|
|
3481
|
+
"description": "The direction in which the group items will be ordered",
|
|
3482
|
+
"oneOf": [
|
|
3483
|
+
{
|
|
3484
|
+
"enum": [
|
|
3485
|
+
"ASC",
|
|
3486
|
+
"DESC"
|
|
3487
|
+
],
|
|
3488
|
+
"default": "ASC"
|
|
3489
|
+
}
|
|
3490
|
+
]
|
|
3491
|
+
}
|
|
3492
|
+
}
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
},
|
|
2077
3496
|
"ContentType.List.Item": {
|
|
2078
3497
|
"description": "The template for all items",
|
|
2079
3498
|
"type": "object",
|
|
2080
3499
|
"additionalProperties": false,
|
|
2081
3500
|
"properties": {
|
|
2082
3501
|
"title": {
|
|
2083
|
-
"description": "The title of the item
|
|
3502
|
+
"description": "The title of the item",
|
|
2084
3503
|
"oneOf": [
|
|
2085
3504
|
{
|
|
2086
3505
|
"$ref": "#/definitions/field"
|
|
@@ -2091,7 +3510,7 @@
|
|
|
2091
3510
|
]
|
|
2092
3511
|
},
|
|
2093
3512
|
"description": {
|
|
2094
|
-
"description": "The description of the item
|
|
3513
|
+
"description": "The description of the item",
|
|
2095
3514
|
"oneOf": [
|
|
2096
3515
|
{
|
|
2097
3516
|
"$ref": "#/definitions/field"
|
|
@@ -2102,28 +3521,12 @@
|
|
|
2102
3521
|
]
|
|
2103
3522
|
},
|
|
2104
3523
|
"info": {
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
2107
|
-
"properties": {
|
|
2108
|
-
"value": {
|
|
2109
|
-
"type": "string",
|
|
2110
|
-
"description": "The value of the field"
|
|
2111
|
-
},
|
|
2112
|
-
"state": {
|
|
2113
|
-
"oneOf": [
|
|
2114
|
-
{
|
|
2115
|
-
"$ref": "#/definitions/state"
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"$ref": "#/definitions/simpleBinding"
|
|
2119
|
-
}
|
|
2120
|
-
]
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
3524
|
+
"description": "Defines an additional information text",
|
|
3525
|
+
"$ref": "#/definitions/ContentType.List.Item.ValueStateItem"
|
|
2123
3526
|
},
|
|
2124
3527
|
"highlight": {
|
|
2125
3528
|
"type": "string",
|
|
2126
|
-
"description": "The highlight of the item
|
|
3529
|
+
"description": "The highlight of the item",
|
|
2127
3530
|
"oneOf": [
|
|
2128
3531
|
{
|
|
2129
3532
|
"$ref": "#/definitions/state"
|
|
@@ -2136,22 +3539,67 @@
|
|
|
2136
3539
|
"icon": {
|
|
2137
3540
|
"$ref": "#/definitions/icon"
|
|
2138
3541
|
},
|
|
3542
|
+
"attributesLayoutType": {
|
|
3543
|
+
"description": "Defines the layout type of the attributes",
|
|
3544
|
+
"oneOf": [
|
|
3545
|
+
{
|
|
3546
|
+
"enum": [
|
|
3547
|
+
"OneColumn",
|
|
3548
|
+
"TwoColumns"
|
|
3549
|
+
],
|
|
3550
|
+
"default": "TwoColumns"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3554
|
+
}
|
|
3555
|
+
]
|
|
3556
|
+
},
|
|
3557
|
+
"attributes": {
|
|
3558
|
+
"description": "Defines the attributes",
|
|
3559
|
+
"type": "array",
|
|
3560
|
+
"items": {
|
|
3561
|
+
"$ref": "#/definitions/ContentType.List.Item.ValueStateItem"
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
2139
3564
|
"actions": {
|
|
2140
|
-
"description": "Defines actions that can be applied on the item
|
|
3565
|
+
"description": "Defines actions that can be applied on the item",
|
|
2141
3566
|
"type": "array",
|
|
2142
3567
|
"items": {
|
|
2143
3568
|
"$ref": "#/definitions/action"
|
|
2144
3569
|
}
|
|
3570
|
+
},
|
|
3571
|
+
"chart": {
|
|
3572
|
+
"$ref": "#/definitions/Microchart"
|
|
3573
|
+
},
|
|
3574
|
+
"actionsStrip": {
|
|
3575
|
+
"description": "[Experimental] Describes actions strip",
|
|
3576
|
+
"type": "array",
|
|
3577
|
+
"items": {
|
|
3578
|
+
"$ref": "#/definitions/actionsStripItem"
|
|
3579
|
+
}
|
|
2145
3580
|
}
|
|
2146
3581
|
}
|
|
2147
3582
|
},
|
|
3583
|
+
"minHeight": {
|
|
3584
|
+
"description": "Defines the min-height of the Content as a CSS value",
|
|
3585
|
+
"type": "string"
|
|
3586
|
+
},
|
|
3587
|
+
"Enums.ValueColor": {
|
|
3588
|
+
"enum": [
|
|
3589
|
+
"Critical",
|
|
3590
|
+
"Error",
|
|
3591
|
+
"Good",
|
|
3592
|
+
"Neutral"
|
|
3593
|
+
],
|
|
3594
|
+
"default": "Neutral"
|
|
3595
|
+
},
|
|
2148
3596
|
"HeaderType.Numeric.SideIndicator": {
|
|
2149
3597
|
"description": "Represents side indicator attributes which are used for additional information about the main indicator",
|
|
2150
3598
|
"type": "object",
|
|
2151
3599
|
"additionalProperties": false,
|
|
2152
3600
|
"properties": {
|
|
2153
3601
|
"title": {
|
|
2154
|
-
"description": "Represents
|
|
3602
|
+
"description": "Represents a title of the side indicator",
|
|
2155
3603
|
"type": "string"
|
|
2156
3604
|
},
|
|
2157
3605
|
"number": {
|
|
@@ -2161,6 +3609,19 @@
|
|
|
2161
3609
|
"unit": {
|
|
2162
3610
|
"description": "Represents unit of measurement of the side indicator",
|
|
2163
3611
|
"type": "string"
|
|
3612
|
+
},
|
|
3613
|
+
"state": {
|
|
3614
|
+
"description": "The state color of the side indicator",
|
|
3615
|
+
"type": "string",
|
|
3616
|
+
"oneOf": [
|
|
3617
|
+
{
|
|
3618
|
+
"description": "The state color of the side indicator",
|
|
3619
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3623
|
+
}
|
|
3624
|
+
]
|
|
2164
3625
|
}
|
|
2165
3626
|
}
|
|
2166
3627
|
},
|
|
@@ -2200,14 +3661,7 @@
|
|
|
2200
3661
|
"oneOf": [
|
|
2201
3662
|
{
|
|
2202
3663
|
"description": "The state color of the main indicator",
|
|
2203
|
-
"
|
|
2204
|
-
"enum": [
|
|
2205
|
-
"Critical",
|
|
2206
|
-
"Error",
|
|
2207
|
-
"Good",
|
|
2208
|
-
"Neutral"
|
|
2209
|
-
],
|
|
2210
|
-
"default": "Neutral"
|
|
3664
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
2211
3665
|
},
|
|
2212
3666
|
{
|
|
2213
3667
|
"$ref": "#/definitions/simpleBinding"
|
|
@@ -2217,12 +3671,12 @@
|
|
|
2217
3671
|
}
|
|
2218
3672
|
},
|
|
2219
3673
|
"status": {
|
|
2220
|
-
"description": "Represents status attributes
|
|
3674
|
+
"description": "Represents status attributes",
|
|
2221
3675
|
"type": "object",
|
|
2222
3676
|
"additionalProperties": false,
|
|
2223
3677
|
"properties": {
|
|
2224
3678
|
"text": {
|
|
2225
|
-
"description": "Represents status text
|
|
3679
|
+
"description": "Represents status text",
|
|
2226
3680
|
"oneOf": [
|
|
2227
3681
|
{
|
|
2228
3682
|
"type": "string"
|
|
@@ -2234,7 +3688,7 @@
|
|
|
2234
3688
|
}
|
|
2235
3689
|
}
|
|
2236
3690
|
},
|
|
2237
|
-
"
|
|
3691
|
+
"iconWithoutSize": {
|
|
2238
3692
|
"description": "Represents icon attributes",
|
|
2239
3693
|
"type": "object",
|
|
2240
3694
|
"additionalProperties": false,
|
|
@@ -2256,7 +3710,7 @@
|
|
|
2256
3710
|
"Square",
|
|
2257
3711
|
"Circle"
|
|
2258
3712
|
],
|
|
2259
|
-
"default": "
|
|
3713
|
+
"default": "Circle"
|
|
2260
3714
|
},
|
|
2261
3715
|
{
|
|
2262
3716
|
"$ref": "#/definitions/simpleBinding"
|
|
@@ -2264,16 +3718,19 @@
|
|
|
2264
3718
|
]
|
|
2265
3719
|
},
|
|
2266
3720
|
"text": {
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
3721
|
+
"description": "Initials for the avatar. Up to 2 symbols. If the image provided to the 'src' property fails to load, then the text will be shown",
|
|
3722
|
+
"oneOf": [
|
|
3723
|
+
{
|
|
3724
|
+
"type": "string",
|
|
3725
|
+
"maxLength": 2
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3729
|
+
}
|
|
3730
|
+
]
|
|
2269
3731
|
},
|
|
2270
3732
|
"backgroundColor": {
|
|
2271
|
-
"
|
|
2272
|
-
"description": "Background color of the icon"
|
|
2273
|
-
},
|
|
2274
|
-
"color": {
|
|
2275
|
-
"type": "string",
|
|
2276
|
-
"description": "Color of the icon"
|
|
3733
|
+
"$ref": "#/definitions/iconBackgroundColor"
|
|
2277
3734
|
}
|
|
2278
3735
|
}
|
|
2279
3736
|
},
|
|
@@ -2291,7 +3748,9 @@
|
|
|
2291
3748
|
"oneOf": [
|
|
2292
3749
|
{
|
|
2293
3750
|
"enum": [
|
|
2294
|
-
"
|
|
3751
|
+
"Custom",
|
|
3752
|
+
"Navigation",
|
|
3753
|
+
"Submit"
|
|
2295
3754
|
]
|
|
2296
3755
|
},
|
|
2297
3756
|
{
|
|
@@ -2321,7 +3780,7 @@
|
|
|
2321
3780
|
"$ref": "#/definitions/parameters"
|
|
2322
3781
|
},
|
|
2323
3782
|
"target": {
|
|
2324
|
-
"description": "Specifies where to open the 'url', if it is provided
|
|
3783
|
+
"description": "Specifies where to open the 'url', if it is provided",
|
|
2325
3784
|
"type": "string",
|
|
2326
3785
|
"oneOf": [
|
|
2327
3786
|
{
|
|
@@ -2343,22 +3802,22 @@
|
|
|
2343
3802
|
"type": "object",
|
|
2344
3803
|
"properties": {
|
|
2345
3804
|
"type": {
|
|
2346
|
-
"description": "Represents the type of the header
|
|
3805
|
+
"description": "Represents the type of the header",
|
|
2347
3806
|
"type": "string",
|
|
2348
3807
|
"enum": [
|
|
2349
3808
|
"Numeric"
|
|
2350
3809
|
]
|
|
2351
3810
|
},
|
|
2352
3811
|
"title": {
|
|
2353
|
-
"description": "Represents language
|
|
3812
|
+
"description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2354
3813
|
"type": "string"
|
|
2355
3814
|
},
|
|
2356
3815
|
"subTitle": {
|
|
2357
|
-
"description": "Represents language
|
|
3816
|
+
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2358
3817
|
"type": "string"
|
|
2359
3818
|
},
|
|
2360
3819
|
"actions": {
|
|
2361
|
-
"description": "Represents description of the actions that can be applied on a part of a card
|
|
3820
|
+
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
2362
3821
|
"type": "array",
|
|
2363
3822
|
"items": {
|
|
2364
3823
|
"$ref": "#/definitions/action"
|
|
@@ -2368,18 +3827,34 @@
|
|
|
2368
3827
|
"$ref": "#/definitions/data"
|
|
2369
3828
|
},
|
|
2370
3829
|
"unitOfMeasurement": {
|
|
2371
|
-
"description": "Represents unit of measurement for the whole numeric header
|
|
3830
|
+
"description": "Represents unit of measurement for the whole numeric header",
|
|
2372
3831
|
"type": "string"
|
|
2373
3832
|
},
|
|
2374
3833
|
"mainIndicator": {
|
|
2375
3834
|
"$ref": "#/definitions/HeaderType.Numeric.MainIndicator"
|
|
2376
3835
|
},
|
|
3836
|
+
"sideIndicatorsAlignment": {
|
|
3837
|
+
"description": "The alignment of the side indicators",
|
|
3838
|
+
"type": "string",
|
|
3839
|
+
"oneOf": [
|
|
3840
|
+
{
|
|
3841
|
+
"enum": [
|
|
3842
|
+
"Begin",
|
|
3843
|
+
"End"
|
|
3844
|
+
],
|
|
3845
|
+
"default": "Begin"
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3849
|
+
}
|
|
3850
|
+
]
|
|
3851
|
+
},
|
|
2377
3852
|
"details": {
|
|
2378
|
-
"description": "Represents additional information about the numeric header
|
|
3853
|
+
"description": "Represents additional information about the numeric header",
|
|
2379
3854
|
"type": "string"
|
|
2380
3855
|
},
|
|
2381
3856
|
"sideIndicators": {
|
|
2382
|
-
"description": "Multiple side indicators that relate to the main numeric indicator
|
|
3857
|
+
"description": "Multiple side indicators that relate to the main numeric indicator",
|
|
2383
3858
|
"type": "array",
|
|
2384
3859
|
"maxItems": 2,
|
|
2385
3860
|
"items": {
|
|
@@ -2387,7 +3862,7 @@
|
|
|
2387
3862
|
}
|
|
2388
3863
|
},
|
|
2389
3864
|
"status": {
|
|
2390
|
-
"description": "Represents the status of the card
|
|
3865
|
+
"description": "Represents the status of the card",
|
|
2391
3866
|
"$ref": "#/definitions/status"
|
|
2392
3867
|
}
|
|
2393
3868
|
}
|
|
@@ -2398,22 +3873,22 @@
|
|
|
2398
3873
|
"type": "object",
|
|
2399
3874
|
"properties": {
|
|
2400
3875
|
"type": {
|
|
2401
|
-
"description": "Represents the type of the header
|
|
3876
|
+
"description": "Represents the type of the header",
|
|
2402
3877
|
"type": "string",
|
|
2403
3878
|
"enum": [
|
|
2404
3879
|
"Default"
|
|
2405
3880
|
]
|
|
2406
3881
|
},
|
|
2407
3882
|
"title": {
|
|
2408
|
-
"description": "Represents language
|
|
3883
|
+
"description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2409
3884
|
"type": "string"
|
|
2410
3885
|
},
|
|
2411
3886
|
"subTitle": {
|
|
2412
|
-
"description": "Represents language
|
|
3887
|
+
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2413
3888
|
"type": "string"
|
|
2414
3889
|
},
|
|
2415
3890
|
"actions": {
|
|
2416
|
-
"description": "Represents description of the actions that can be applied on a part of a card
|
|
3891
|
+
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
2417
3892
|
"type": "array",
|
|
2418
3893
|
"items": {
|
|
2419
3894
|
"$ref": "#/definitions/action"
|
|
@@ -2423,15 +3898,126 @@
|
|
|
2423
3898
|
"$ref": "#/definitions/data"
|
|
2424
3899
|
},
|
|
2425
3900
|
"icon": {
|
|
2426
|
-
"description": "Represents the icon of the card
|
|
2427
|
-
"$ref": "#/definitions/
|
|
3901
|
+
"description": "Represents the icon of the card",
|
|
3902
|
+
"$ref": "#/definitions/iconWithoutSize"
|
|
2428
3903
|
},
|
|
2429
3904
|
"status": {
|
|
2430
|
-
"description": "Represents the status of the card
|
|
3905
|
+
"description": "Represents the status of the card",
|
|
2431
3906
|
"$ref": "#/definitions/status"
|
|
2432
3907
|
}
|
|
2433
3908
|
}
|
|
2434
3909
|
},
|
|
3910
|
+
"ContentType.WebPage": {
|
|
3911
|
+
"description": "WebPage content is used to embed HTML page",
|
|
3912
|
+
"type": "object",
|
|
3913
|
+
"additionalProperties": false,
|
|
3914
|
+
"properties": {
|
|
3915
|
+
"data": {
|
|
3916
|
+
"$ref": "#/definitions/data"
|
|
3917
|
+
},
|
|
3918
|
+
"minHeight": {
|
|
3919
|
+
"$ref": "#/definitions/minHeight"
|
|
3920
|
+
},
|
|
3921
|
+
"src": {
|
|
3922
|
+
"description": "URL of the web page to be embedded",
|
|
3923
|
+
"type": "string"
|
|
3924
|
+
},
|
|
3925
|
+
"sandbox": {
|
|
3926
|
+
"description": "Sandbox attribute of the iframe",
|
|
3927
|
+
"type": "string"
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
},
|
|
3931
|
+
"ContentType.AdaptiveCard": {
|
|
3932
|
+
"description": "Represents AdaptiveCard content",
|
|
3933
|
+
"$ref": "https://adaptivecards.io/schemas/adaptive-card.json#/definitions/AdaptiveCard"
|
|
3934
|
+
},
|
|
3935
|
+
"ContentType.Calendar": {
|
|
3936
|
+
"description": "The calendar card is used to display a schedule of a single entity (such as person, resource) for a selected time interval",
|
|
3937
|
+
"type": "object",
|
|
3938
|
+
"additionalProperties": false,
|
|
3939
|
+
"properties": {
|
|
3940
|
+
"data": {
|
|
3941
|
+
"$ref": "#/definitions/data"
|
|
3942
|
+
},
|
|
3943
|
+
"item": {
|
|
3944
|
+
"$ref": "#/definitions/ContentType.Calendar.Item"
|
|
3945
|
+
},
|
|
3946
|
+
"legendItem": {
|
|
3947
|
+
"$ref": "#/definitions/ContentType.Calendar.LegendItem"
|
|
3948
|
+
},
|
|
3949
|
+
"specialDate": {
|
|
3950
|
+
"$ref": "#/definitions/ContentType.Calendar.SpecialDate"
|
|
3951
|
+
},
|
|
3952
|
+
"date": {
|
|
3953
|
+
"description": "The initial date of the calendar which appointments are initially shown. The accepted date format is ISO 8601",
|
|
3954
|
+
"oneOf": [
|
|
3955
|
+
{
|
|
3956
|
+
"type": "string"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3960
|
+
}
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
"maxItems": {
|
|
3964
|
+
"description": "Represents number of items displayed",
|
|
3965
|
+
"oneOf": [
|
|
3966
|
+
{
|
|
3967
|
+
"type": "number"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3971
|
+
}
|
|
3972
|
+
]
|
|
3973
|
+
},
|
|
3974
|
+
"maxLegendItems": {
|
|
3975
|
+
"description": "Represents number of legendItems displayed",
|
|
3976
|
+
"oneOf": [
|
|
3977
|
+
{
|
|
3978
|
+
"type": "number"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3982
|
+
}
|
|
3983
|
+
]
|
|
3984
|
+
},
|
|
3985
|
+
"noItemsText": {
|
|
3986
|
+
"description": "The text shown when there are no items for the selected day",
|
|
3987
|
+
"oneOf": [
|
|
3988
|
+
{
|
|
3989
|
+
"type": "string"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"$ref": "#/definitions/simpleBinding"
|
|
3993
|
+
}
|
|
3994
|
+
]
|
|
3995
|
+
},
|
|
3996
|
+
"moreItems": {
|
|
3997
|
+
"description": "Defines actions that can be applied on the button showing there are more items than the shown",
|
|
3998
|
+
"type": "object",
|
|
3999
|
+
"properties": {
|
|
4000
|
+
"actions": {
|
|
4001
|
+
"description": "Represents an action that can be applied on he button showing there are more items than the shown",
|
|
4002
|
+
"type": "array",
|
|
4003
|
+
"items": {
|
|
4004
|
+
"$ref": "#/definitions/action"
|
|
4005
|
+
}
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
4011
|
+
"ContentType.Component": {
|
|
4012
|
+
"description": "Represents the configuration for a component card's content",
|
|
4013
|
+
"type": "object",
|
|
4014
|
+
"additionalProperties": false,
|
|
4015
|
+
"properties": {
|
|
4016
|
+
"minHeight": {
|
|
4017
|
+
"$ref": "#/definitions/minHeight"
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
2435
4021
|
"ContentType.Object": {
|
|
2436
4022
|
"description": "Represents object content attributes",
|
|
2437
4023
|
"type": "object",
|
|
@@ -2448,7 +4034,7 @@
|
|
|
2448
4034
|
}
|
|
2449
4035
|
},
|
|
2450
4036
|
"actions": {
|
|
2451
|
-
"description": "Defines actions that can be applied on the content
|
|
4037
|
+
"description": "Defines actions that can be applied on the content",
|
|
2452
4038
|
"type": "array",
|
|
2453
4039
|
"items": {
|
|
2454
4040
|
"$ref": "#/definitions/action"
|
|
@@ -2470,14 +4056,14 @@
|
|
|
2470
4056
|
"additionalProperties": false,
|
|
2471
4057
|
"properties": {
|
|
2472
4058
|
"columns": {
|
|
2473
|
-
"description": "Defines the columns attributes
|
|
4059
|
+
"description": "Defines the columns attributes",
|
|
2474
4060
|
"type": "array",
|
|
2475
4061
|
"items": {
|
|
2476
4062
|
"$ref": "#/definitions/ContentType.Table.Column"
|
|
2477
4063
|
}
|
|
2478
4064
|
},
|
|
2479
4065
|
"actions": {
|
|
2480
|
-
"description": "Defines actions that can be applied on the item
|
|
4066
|
+
"description": "Defines actions that can be applied on the item",
|
|
2481
4067
|
"type": "array",
|
|
2482
4068
|
"items": {
|
|
2483
4069
|
"$ref": "#/definitions/action"
|
|
@@ -2495,6 +4081,9 @@
|
|
|
2495
4081
|
"$ref": "#/definitions/simpleBinding"
|
|
2496
4082
|
}
|
|
2497
4083
|
]
|
|
4084
|
+
},
|
|
4085
|
+
"group": {
|
|
4086
|
+
"$ref": "#/definitions/group"
|
|
2498
4087
|
}
|
|
2499
4088
|
}
|
|
2500
4089
|
},
|
|
@@ -2510,11 +4099,42 @@
|
|
|
2510
4099
|
"description": "Defines the timeline item",
|
|
2511
4100
|
"$ref": "#/definitions/ContentType.Timeline.Item"
|
|
2512
4101
|
},
|
|
2513
|
-
"maxItems": {
|
|
2514
|
-
"description": "Represents number of items",
|
|
4102
|
+
"maxItems": {
|
|
4103
|
+
"description": "Represents number of items",
|
|
4104
|
+
"oneOf": [
|
|
4105
|
+
{
|
|
4106
|
+
"type": "number"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4110
|
+
}
|
|
4111
|
+
]
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
"ContentType.AnalyticsCloud": {
|
|
4116
|
+
"description": "Represents SAP Analytics Cloud content attributes",
|
|
4117
|
+
"type": "object",
|
|
4118
|
+
"additionalProperties": false,
|
|
4119
|
+
"properties": {
|
|
4120
|
+
"data": {
|
|
4121
|
+
"$ref": "#/definitions/data"
|
|
4122
|
+
},
|
|
4123
|
+
"minHeight": {
|
|
4124
|
+
"$ref": "#/definitions/minHeight"
|
|
4125
|
+
},
|
|
4126
|
+
"actions": {
|
|
4127
|
+
"description": "Defines actions that can be applied on the content",
|
|
4128
|
+
"type": "array",
|
|
4129
|
+
"items": {
|
|
4130
|
+
"$ref": "#/definitions/action"
|
|
4131
|
+
}
|
|
4132
|
+
},
|
|
4133
|
+
"options": {
|
|
4134
|
+
"description": "Options of the chart",
|
|
2515
4135
|
"oneOf": [
|
|
2516
4136
|
{
|
|
2517
|
-
"type": "
|
|
4137
|
+
"type": "object"
|
|
2518
4138
|
},
|
|
2519
4139
|
{
|
|
2520
4140
|
"$ref": "#/definitions/simpleBinding"
|
|
@@ -2532,27 +4152,36 @@
|
|
|
2532
4152
|
"$ref": "#/definitions/data"
|
|
2533
4153
|
},
|
|
2534
4154
|
"chartType": {
|
|
2535
|
-
"description": "
|
|
4155
|
+
"description": "The type of the chart",
|
|
2536
4156
|
"type": "string",
|
|
2537
4157
|
"oneOf": [
|
|
2538
4158
|
{
|
|
2539
|
-
"
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
4159
|
+
"type": "string"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4163
|
+
}
|
|
4164
|
+
]
|
|
4165
|
+
},
|
|
4166
|
+
"chartProperties": {
|
|
4167
|
+
"description": "[Experimental] Chart configuration",
|
|
4168
|
+
"oneOf": [
|
|
4169
|
+
{
|
|
4170
|
+
"type": "object"
|
|
2545
4171
|
},
|
|
2546
4172
|
{
|
|
2547
4173
|
"$ref": "#/definitions/simpleBinding"
|
|
2548
4174
|
}
|
|
2549
4175
|
]
|
|
2550
4176
|
},
|
|
4177
|
+
"minHeight": {
|
|
4178
|
+
"$ref": "#/definitions/minHeight"
|
|
4179
|
+
},
|
|
2551
4180
|
"legend": {
|
|
2552
4181
|
"$ref": "#/definitions/ContentType.Analytical.Legend"
|
|
2553
4182
|
},
|
|
2554
4183
|
"plotArea": {
|
|
2555
|
-
"description": "Describes the plotArea properties",
|
|
4184
|
+
"description": "[Deprecated] Describes the plotArea properties",
|
|
2556
4185
|
"type": "object",
|
|
2557
4186
|
"additionalProperties": false,
|
|
2558
4187
|
"properties": {
|
|
@@ -2568,7 +4197,7 @@
|
|
|
2568
4197
|
}
|
|
2569
4198
|
},
|
|
2570
4199
|
"title": {
|
|
2571
|
-
"description": "Represents title attributes",
|
|
4200
|
+
"description": "[Deprecated] Represents title attributes",
|
|
2572
4201
|
"type": "object",
|
|
2573
4202
|
"additionalProperties": false,
|
|
2574
4203
|
"properties": {
|
|
@@ -2585,7 +4214,7 @@
|
|
|
2585
4214
|
]
|
|
2586
4215
|
},
|
|
2587
4216
|
"text": {
|
|
2588
|
-
"description": "Represents title text",
|
|
4217
|
+
"description": "Represents a title text",
|
|
2589
4218
|
"type": "string"
|
|
2590
4219
|
},
|
|
2591
4220
|
"alignment": {
|
|
@@ -2606,108 +4235,462 @@
|
|
|
2606
4235
|
}
|
|
2607
4236
|
}
|
|
2608
4237
|
},
|
|
2609
|
-
"measureAxis": {
|
|
2610
|
-
"description": "Represents the value set for measure axis",
|
|
4238
|
+
"measureAxis": {
|
|
4239
|
+
"description": "[Deprecated] Represents the value set for measure axis",
|
|
4240
|
+
"type": "string"
|
|
4241
|
+
},
|
|
4242
|
+
"dimensionAxis": {
|
|
4243
|
+
"description": "[Deprecated] Represents the value set for dimension axis",
|
|
4244
|
+
"type": "string"
|
|
4245
|
+
},
|
|
4246
|
+
"dimensions": {
|
|
4247
|
+
"type": "array",
|
|
4248
|
+
"items": {
|
|
4249
|
+
"$ref": "#/definitions/ContentType.Analytical.MeasureAndDimension"
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
"measures": {
|
|
4253
|
+
"type": "array",
|
|
4254
|
+
"items": {
|
|
4255
|
+
"$ref": "#/definitions/ContentType.Analytical.MeasureAndDimension"
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"feeds": {
|
|
4259
|
+
"description": "Feeds for the chart.",
|
|
4260
|
+
"type": "array",
|
|
4261
|
+
"items": {
|
|
4262
|
+
"$ref": "#/definitions/ContentType.Analytical.Field"
|
|
4263
|
+
}
|
|
4264
|
+
},
|
|
4265
|
+
"actions": {
|
|
4266
|
+
"description": "Defines actions that can be applied on the content",
|
|
4267
|
+
"type": "array",
|
|
4268
|
+
"items": {
|
|
4269
|
+
"$ref": "#/definitions/action"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
"actionableArea": {
|
|
4273
|
+
"oneOf": [
|
|
4274
|
+
{
|
|
4275
|
+
"enum": [
|
|
4276
|
+
"Full",
|
|
4277
|
+
"Chart"
|
|
4278
|
+
],
|
|
4279
|
+
"default": "Full"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4283
|
+
}
|
|
4284
|
+
]
|
|
4285
|
+
},
|
|
4286
|
+
"popover": {
|
|
4287
|
+
"type": "object",
|
|
4288
|
+
"additionalProperties": false,
|
|
4289
|
+
"description": "Configuration for a popover, which will open while pressing chart points",
|
|
4290
|
+
"properties": {
|
|
4291
|
+
"active": {
|
|
4292
|
+
"description": "Whether the popover is connected to the chart. If it's not it won't open",
|
|
4293
|
+
"oneOf": [
|
|
4294
|
+
{
|
|
4295
|
+
"type": "boolean",
|
|
4296
|
+
"default": false
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4300
|
+
}
|
|
4301
|
+
]
|
|
4302
|
+
}
|
|
4303
|
+
}
|
|
4304
|
+
}
|
|
4305
|
+
}
|
|
4306
|
+
},
|
|
4307
|
+
"ContentType.List": {
|
|
4308
|
+
"description": "Represents list content attributes",
|
|
4309
|
+
"type": "object",
|
|
4310
|
+
"additionalProperties": false,
|
|
4311
|
+
"properties": {
|
|
4312
|
+
"data": {
|
|
4313
|
+
"$ref": "#/definitions/data"
|
|
4314
|
+
},
|
|
4315
|
+
"item": {
|
|
4316
|
+
"$ref": "#/definitions/ContentType.List.Item"
|
|
4317
|
+
},
|
|
4318
|
+
"maxItems": {
|
|
4319
|
+
"description": "Represents number of items",
|
|
4320
|
+
"oneOf": [
|
|
4321
|
+
{
|
|
4322
|
+
"type": "number"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4326
|
+
}
|
|
4327
|
+
]
|
|
4328
|
+
},
|
|
4329
|
+
"group": {
|
|
4330
|
+
"$ref": "#/definitions/group"
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"actionsStripItem": {
|
|
4335
|
+
"description": "[Experimental] Attributes of actions strip item",
|
|
4336
|
+
"type": "object",
|
|
4337
|
+
"additionalProperties": false,
|
|
4338
|
+
"properties": {
|
|
4339
|
+
"actions": {
|
|
4340
|
+
"description": "Action(s) which will be executed when button is pressed.",
|
|
4341
|
+
"type": "array",
|
|
4342
|
+
"items": {
|
|
4343
|
+
"$ref": "#/definitions/action"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4346
|
+
"type": {
|
|
4347
|
+
"description": "The type of the item",
|
|
4348
|
+
"oneOf": [
|
|
4349
|
+
{
|
|
4350
|
+
"enum": [
|
|
4351
|
+
"Button",
|
|
4352
|
+
"ToolbarSpacer"
|
|
4353
|
+
],
|
|
4354
|
+
"default": "Button"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4358
|
+
}
|
|
4359
|
+
]
|
|
4360
|
+
},
|
|
4361
|
+
"overflowPriority": {
|
|
4362
|
+
"description": "Defines items priority",
|
|
4363
|
+
"oneOf": [
|
|
4364
|
+
{
|
|
4365
|
+
"enum": [
|
|
4366
|
+
"AlwaysOverflow",
|
|
4367
|
+
"Disappear",
|
|
4368
|
+
"High",
|
|
4369
|
+
"Low",
|
|
4370
|
+
"NeverOverflow"
|
|
4371
|
+
],
|
|
4372
|
+
"default": "High"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4376
|
+
}
|
|
4377
|
+
]
|
|
4378
|
+
},
|
|
4379
|
+
"icon": {
|
|
4380
|
+
"description": "The icon of the item",
|
|
4381
|
+
"type": "string"
|
|
4382
|
+
},
|
|
4383
|
+
"text": {
|
|
4384
|
+
"description": "The text of the item",
|
|
4385
|
+
"type": "string"
|
|
4386
|
+
},
|
|
4387
|
+
"tooltip": {
|
|
4388
|
+
"description": "The tooltip of the item",
|
|
4389
|
+
"type": "string"
|
|
4390
|
+
},
|
|
4391
|
+
"buttonType": {
|
|
4392
|
+
"description": "The type of the button",
|
|
4393
|
+
"oneOf": [
|
|
4394
|
+
{
|
|
4395
|
+
"enum": [
|
|
4396
|
+
"Accept",
|
|
4397
|
+
"Attention",
|
|
4398
|
+
"Back",
|
|
4399
|
+
"Critical",
|
|
4400
|
+
"Default",
|
|
4401
|
+
"Emphasized",
|
|
4402
|
+
"Ghost",
|
|
4403
|
+
"Negative",
|
|
4404
|
+
"Neutral",
|
|
4405
|
+
"Reject",
|
|
4406
|
+
"Success",
|
|
4407
|
+
"Transparent",
|
|
4408
|
+
"Unstyled",
|
|
4409
|
+
"Up"
|
|
4410
|
+
],
|
|
4411
|
+
"default": "Default"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4415
|
+
}
|
|
4416
|
+
]
|
|
4417
|
+
},
|
|
4418
|
+
"ariaHasPopup": {
|
|
4419
|
+
"description": "Use this property only when the item is related to a popover/popup",
|
|
4420
|
+
"oneOf": [
|
|
4421
|
+
{
|
|
4422
|
+
"enum": [
|
|
4423
|
+
"Dialog",
|
|
4424
|
+
"Grid",
|
|
4425
|
+
"ListBox",
|
|
4426
|
+
"Menu",
|
|
4427
|
+
"None",
|
|
4428
|
+
"Tree"
|
|
4429
|
+
],
|
|
4430
|
+
"default": "None"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4434
|
+
}
|
|
4435
|
+
]
|
|
4436
|
+
},
|
|
4437
|
+
"visible": {
|
|
4438
|
+
"description": "Determines whether the item is visible",
|
|
4439
|
+
"oneOf": [
|
|
4440
|
+
{
|
|
4441
|
+
"type": "boolean"
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4445
|
+
}
|
|
4446
|
+
]
|
|
4447
|
+
}
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
"HeaderType": {
|
|
4451
|
+
"oneOf": [
|
|
4452
|
+
{
|
|
4453
|
+
"$ref": "#/definitions/HeaderType.Default"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"$ref": "#/definitions/HeaderType.Numeric"
|
|
4457
|
+
}
|
|
4458
|
+
]
|
|
4459
|
+
},
|
|
4460
|
+
"simpleBinding": {
|
|
4461
|
+
"type": "string",
|
|
4462
|
+
"pattern": "\\{.*\\}"
|
|
4463
|
+
},
|
|
4464
|
+
"data": {
|
|
4465
|
+
"description": "Represents request and response attributes",
|
|
4466
|
+
"type": "object",
|
|
4467
|
+
"additionalProperties": false,
|
|
4468
|
+
"properties": {
|
|
4469
|
+
"request": {
|
|
4470
|
+
"$ref": "#/definitions/request"
|
|
4471
|
+
},
|
|
4472
|
+
"path": {
|
|
4473
|
+
"description": "The path from the JSON to be used as root",
|
|
4474
|
+
"type": "string",
|
|
4475
|
+
"default": "/",
|
|
4476
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-/|@#]*$"
|
|
4477
|
+
},
|
|
4478
|
+
"json": {
|
|
4479
|
+
"description": "The data to be used directly. Without making requests",
|
|
4480
|
+
"type": [
|
|
4481
|
+
"object",
|
|
4482
|
+
"array"
|
|
4483
|
+
],
|
|
4484
|
+
"additionalProperties": true
|
|
4485
|
+
},
|
|
4486
|
+
"service": {
|
|
4487
|
+
"$ref": "#/definitions/service"
|
|
4488
|
+
},
|
|
4489
|
+
"updateInterval": {
|
|
4490
|
+
"description": "Represents interval in seconds, after which a new data request will be triggered",
|
|
4491
|
+
"oneOf": [
|
|
4492
|
+
{
|
|
4493
|
+
"type": "number"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4497
|
+
}
|
|
4498
|
+
]
|
|
4499
|
+
},
|
|
4500
|
+
"extension": {
|
|
4501
|
+
"description": "[Experimental] Provides a way to request data via extension",
|
|
4502
|
+
"$ref": "#/definitions/extension"
|
|
4503
|
+
},
|
|
4504
|
+
"name": {
|
|
4505
|
+
"description": "[Experimental] Gives a name to the data section. A model with the same name will be assigned to the card",
|
|
4506
|
+
"type": "string"
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
},
|
|
4510
|
+
"Configuration.Destinations": {
|
|
4511
|
+
"description": "Represents a configuration for a cloud platform destination",
|
|
4512
|
+
"type": "object",
|
|
4513
|
+
"additionalProperties": false,
|
|
4514
|
+
"properties": {
|
|
4515
|
+
"name": {
|
|
4516
|
+
"description": "The name of the destination. Use the same name which is used in Cloud Platform",
|
|
4517
|
+
"type": "string"
|
|
4518
|
+
},
|
|
4519
|
+
"label": {
|
|
4520
|
+
"description": "Label for the destination for user-friendly visualization in the design-time editor",
|
|
4521
|
+
"type": "string"
|
|
4522
|
+
},
|
|
4523
|
+
"description": {
|
|
4524
|
+
"description": "Description of the destination for user-friendly visualization in the design-time editor",
|
|
4525
|
+
"type": "string"
|
|
4526
|
+
},
|
|
4527
|
+
"defaultUrl": {
|
|
4528
|
+
"description": "A default url which will be used if there is no Host associated with the card",
|
|
4529
|
+
"type": "string"
|
|
4530
|
+
}
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
"Configuration.FilterType.DateRange": {
|
|
4534
|
+
"description": "Date range filter",
|
|
4535
|
+
"type": "object",
|
|
4536
|
+
"additionalProperties": false,
|
|
4537
|
+
"properties": {
|
|
4538
|
+
"type": {
|
|
4539
|
+
"description": "The type of the filter",
|
|
4540
|
+
"oneOf": [
|
|
4541
|
+
{
|
|
4542
|
+
"const": "DateRange"
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"$ref": "#/definitions/simpleBinding"
|
|
4546
|
+
}
|
|
4547
|
+
]
|
|
4548
|
+
},
|
|
4549
|
+
"data": {
|
|
4550
|
+
"$ref": "#/definitions/data"
|
|
4551
|
+
},
|
|
4552
|
+
"label": {
|
|
4553
|
+
"description": "Label for the filter for user-friendly visualization in the design-time editor",
|
|
2611
4554
|
"type": "string"
|
|
2612
4555
|
},
|
|
2613
|
-
"
|
|
2614
|
-
"description": "
|
|
4556
|
+
"description": {
|
|
4557
|
+
"description": "Description of the filter for user-friendly visualization in the design-time editor",
|
|
2615
4558
|
"type": "string"
|
|
2616
4559
|
},
|
|
2617
|
-
"
|
|
2618
|
-
"type": "
|
|
2619
|
-
"
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
4560
|
+
"value": {
|
|
4561
|
+
"type": "object",
|
|
4562
|
+
"additionalProperties": false,
|
|
4563
|
+
"properties": {
|
|
4564
|
+
"option": {
|
|
4565
|
+
"description": "The selected date range option",
|
|
4566
|
+
"type": "string"
|
|
4567
|
+
},
|
|
4568
|
+
"values": {
|
|
4569
|
+
"type": "array"
|
|
4570
|
+
}
|
|
2627
4571
|
}
|
|
2628
4572
|
},
|
|
2629
|
-
"
|
|
2630
|
-
"description": "
|
|
4573
|
+
"options": {
|
|
4574
|
+
"description": "Options that will appear in the dropdown",
|
|
2631
4575
|
"type": "array",
|
|
2632
4576
|
"items": {
|
|
2633
|
-
"
|
|
4577
|
+
"type": "string",
|
|
4578
|
+
"enum": [
|
|
4579
|
+
"date",
|
|
4580
|
+
"today",
|
|
4581
|
+
"yesterday",
|
|
4582
|
+
"tomorrow",
|
|
4583
|
+
"dateRange",
|
|
4584
|
+
"from",
|
|
4585
|
+
"to",
|
|
4586
|
+
"yearToDate",
|
|
4587
|
+
"lastDays",
|
|
4588
|
+
"lastWeeks",
|
|
4589
|
+
"lastMonths",
|
|
4590
|
+
"lastQuarters",
|
|
4591
|
+
"lastYears",
|
|
4592
|
+
"nextDays",
|
|
4593
|
+
"nextWeeks",
|
|
4594
|
+
"nextMonths",
|
|
4595
|
+
"nextQuarters",
|
|
4596
|
+
"nextYears",
|
|
4597
|
+
"todayFromTo",
|
|
4598
|
+
"thisWeek",
|
|
4599
|
+
"lastWeek",
|
|
4600
|
+
"nextWeek",
|
|
4601
|
+
"specificMonth",
|
|
4602
|
+
"thisMonth",
|
|
4603
|
+
"lastMonth",
|
|
4604
|
+
"nextMonth",
|
|
4605
|
+
"thisQuarter",
|
|
4606
|
+
"lastQuarter",
|
|
4607
|
+
"nextQuarter",
|
|
4608
|
+
"quarter1",
|
|
4609
|
+
"quarter2",
|
|
4610
|
+
"quarter3",
|
|
4611
|
+
"quarter4",
|
|
4612
|
+
"thisYear",
|
|
4613
|
+
"lastYear",
|
|
4614
|
+
"nextYear"
|
|
4615
|
+
]
|
|
2634
4616
|
}
|
|
2635
4617
|
}
|
|
2636
4618
|
}
|
|
2637
4619
|
},
|
|
2638
|
-
"
|
|
2639
|
-
"description": "
|
|
4620
|
+
"Configuration.FilterType.Select": {
|
|
4621
|
+
"description": "[Experimental] Select filter",
|
|
2640
4622
|
"type": "object",
|
|
2641
4623
|
"additionalProperties": false,
|
|
2642
4624
|
"properties": {
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
},
|
|
2646
|
-
"item": {
|
|
2647
|
-
"$ref": "#/definitions/ContentType.List.Item"
|
|
2648
|
-
},
|
|
2649
|
-
"maxItems": {
|
|
2650
|
-
"description": "Represents number of items",
|
|
4625
|
+
"type": {
|
|
4626
|
+
"description": "The type of the filter",
|
|
2651
4627
|
"oneOf": [
|
|
2652
4628
|
{
|
|
2653
|
-
"
|
|
4629
|
+
"const": "Select"
|
|
2654
4630
|
},
|
|
2655
4631
|
{
|
|
2656
4632
|
"$ref": "#/definitions/simpleBinding"
|
|
2657
4633
|
}
|
|
2658
4634
|
]
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
},
|
|
2662
|
-
"HeaderType": {
|
|
2663
|
-
"oneOf": [
|
|
2664
|
-
{
|
|
2665
|
-
"$ref": "#/definitions/HeaderType.Default"
|
|
2666
4635
|
},
|
|
2667
|
-
{
|
|
2668
|
-
"
|
|
4636
|
+
"value": {
|
|
4637
|
+
"description": "The value of the filter"
|
|
4638
|
+
},
|
|
4639
|
+
"data": {
|
|
4640
|
+
"$ref": "#/definitions/data"
|
|
4641
|
+
},
|
|
4642
|
+
"label": {
|
|
4643
|
+
"description": "Label for the filter for user-friendly visualization in the design-time editor",
|
|
4644
|
+
"type": "string"
|
|
4645
|
+
},
|
|
4646
|
+
"description": {
|
|
4647
|
+
"description": "Description of the filter for user-friendly visualization in the design-time editor",
|
|
4648
|
+
"type": "string"
|
|
4649
|
+
},
|
|
4650
|
+
"items": {
|
|
4651
|
+
"type": "array",
|
|
4652
|
+
"items": {
|
|
4653
|
+
"$ref": "#/definitions/Configuration.Filter.Item"
|
|
4654
|
+
}
|
|
4655
|
+
},
|
|
4656
|
+
"item": {
|
|
4657
|
+
"type": "object",
|
|
4658
|
+
"required": [
|
|
4659
|
+
"template"
|
|
4660
|
+
],
|
|
4661
|
+
"properties": {
|
|
4662
|
+
"template": {
|
|
4663
|
+
"$ref": "#/definitions/Configuration.Filter.Item"
|
|
4664
|
+
},
|
|
4665
|
+
"path": {
|
|
4666
|
+
"description": "Defines the path to the structure holding the data about the items",
|
|
4667
|
+
"type": "string",
|
|
4668
|
+
"default": "/",
|
|
4669
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-/|@#]*$"
|
|
4670
|
+
}
|
|
4671
|
+
}
|
|
2669
4672
|
}
|
|
2670
|
-
|
|
2671
|
-
},
|
|
2672
|
-
"simpleBinding": {
|
|
2673
|
-
"type": "string",
|
|
2674
|
-
"pattern": "\\{.*\\}"
|
|
4673
|
+
}
|
|
2675
4674
|
},
|
|
2676
|
-
"
|
|
2677
|
-
"description": "Represents
|
|
4675
|
+
"Configuration.Parameter": {
|
|
4676
|
+
"description": "Represents configuration parameter",
|
|
2678
4677
|
"type": "object",
|
|
2679
4678
|
"additionalProperties": false,
|
|
2680
4679
|
"properties": {
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
},
|
|
2684
|
-
"path": {
|
|
2685
|
-
"description": "The path from the JSON to be used as root",
|
|
2686
|
-
"type": "string",
|
|
2687
|
-
"default": "/",
|
|
2688
|
-
"pattern": "^[a-zA-Z0-9_\\.\\-/|\\@\\#]*$"
|
|
4680
|
+
"value": {
|
|
4681
|
+
"description": "The value of the parameter"
|
|
2689
4682
|
},
|
|
2690
|
-
"
|
|
2691
|
-
"description": "The
|
|
2692
|
-
"
|
|
2693
|
-
"object",
|
|
2694
|
-
"array"
|
|
2695
|
-
],
|
|
2696
|
-
"additionalProperties": true
|
|
4683
|
+
"type": {
|
|
4684
|
+
"description": "The type of the value for the parameter",
|
|
4685
|
+
"$ref": "#/definitions/Configuration.BasicDataType"
|
|
2697
4686
|
},
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
4687
|
+
"label": {
|
|
4688
|
+
"description": "Label for the parameter for user-friendly visualization in the design-time editor",
|
|
4689
|
+
"type": "string"
|
|
2700
4690
|
},
|
|
2701
|
-
"
|
|
2702
|
-
"description": "
|
|
2703
|
-
"
|
|
2704
|
-
{
|
|
2705
|
-
"type": "number"
|
|
2706
|
-
},
|
|
2707
|
-
{
|
|
2708
|
-
"$ref": "#/definitions/simpleBinding"
|
|
2709
|
-
}
|
|
2710
|
-
]
|
|
4691
|
+
"description": {
|
|
4692
|
+
"description": "Description of the parameter for user-friendly visualization in the design-time editor",
|
|
4693
|
+
"type": "string"
|
|
2711
4694
|
}
|
|
2712
4695
|
}
|
|
2713
4696
|
},
|
|
@@ -2908,37 +4891,37 @@
|
|
|
2908
4891
|
"annotationPath": {
|
|
2909
4892
|
"description": "Represents the annotation path",
|
|
2910
4893
|
"type": "string",
|
|
2911
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4894
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2912
4895
|
},
|
|
2913
4896
|
"selectionAnnotationPath": {
|
|
2914
4897
|
"description": "Represents the selection annotation path",
|
|
2915
4898
|
"type": "string",
|
|
2916
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4899
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2917
4900
|
},
|
|
2918
4901
|
"chartAnnotationPath": {
|
|
2919
4902
|
"description": "Represents the chart annotation path",
|
|
2920
4903
|
"type": "string",
|
|
2921
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4904
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2922
4905
|
},
|
|
2923
4906
|
"presentationAnnotationPath": {
|
|
2924
4907
|
"description": "Represents the presentation annotation path",
|
|
2925
4908
|
"type": "string",
|
|
2926
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4909
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2927
4910
|
},
|
|
2928
4911
|
"dataPointAnnotationPath": {
|
|
2929
4912
|
"description": "Represents the data point annotation path",
|
|
2930
4913
|
"type": "string",
|
|
2931
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4914
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2932
4915
|
},
|
|
2933
4916
|
"identificationAnnotationPath": {
|
|
2934
4917
|
"description": "Represents the identification annotation path",
|
|
2935
4918
|
"type": "string",
|
|
2936
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4919
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2937
4920
|
},
|
|
2938
4921
|
"dynamicSubtitleAnnotationPath": {
|
|
2939
4922
|
"description": "Represents the dynamic subtitle annotation path",
|
|
2940
4923
|
"type": "string",
|
|
2941
|
-
"pattern": "^[a-zA-Z0-9_
|
|
4924
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
2942
4925
|
},
|
|
2943
4926
|
"value": {
|
|
2944
4927
|
"description": "Represents the drop down value to be shown",
|
|
@@ -3009,7 +4992,7 @@
|
|
|
3009
4992
|
"entitySet": {
|
|
3010
4993
|
"description": "Represents the entity set that will be displayed in this card",
|
|
3011
4994
|
"type": "string",
|
|
3012
|
-
"pattern": "^[a-zA-Z0-
|
|
4995
|
+
"pattern": "^[a-zA-Z0-9_]+$"
|
|
3013
4996
|
},
|
|
3014
4997
|
"staticContent": {
|
|
3015
4998
|
"description": "Represents the static content that will be displayed in this card",
|
|
@@ -3050,47 +5033,47 @@
|
|
|
3050
5033
|
"annotationPath": {
|
|
3051
5034
|
"description": "Represents the annotation path",
|
|
3052
5035
|
"type": "string",
|
|
3053
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5036
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3054
5037
|
},
|
|
3055
5038
|
"selectionAnnotationPath": {
|
|
3056
5039
|
"description": "Represents the selection annotation path",
|
|
3057
5040
|
"type": "string",
|
|
3058
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5041
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3059
5042
|
},
|
|
3060
5043
|
"chartAnnotationPath": {
|
|
3061
5044
|
"description": "Represents the chart annotation path",
|
|
3062
5045
|
"type": "string",
|
|
3063
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5046
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3064
5047
|
},
|
|
3065
5048
|
"presentationAnnotationPath": {
|
|
3066
5049
|
"description": "Represents the presentation annotation path",
|
|
3067
5050
|
"type": "string",
|
|
3068
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5051
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3069
5052
|
},
|
|
3070
5053
|
"dataPointAnnotationPath": {
|
|
3071
5054
|
"description": "Represents the data point annotation path",
|
|
3072
5055
|
"type": "string",
|
|
3073
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5056
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3074
5057
|
},
|
|
3075
5058
|
"identificationAnnotationPath": {
|
|
3076
5059
|
"description": "Represents the identification annotation path",
|
|
3077
5060
|
"type": "string",
|
|
3078
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5061
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#,]*$"
|
|
3079
5062
|
},
|
|
3080
5063
|
"kpiAnnotationPath": {
|
|
3081
5064
|
"description": "Represents the KPI annotation path",
|
|
3082
5065
|
"type": "string",
|
|
3083
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5066
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3084
5067
|
},
|
|
3085
5068
|
"selectionPresentationAnnotationPath": {
|
|
3086
5069
|
"description": "Represents the selection presentation annotation path",
|
|
3087
5070
|
"type": "string",
|
|
3088
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5071
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3089
5072
|
},
|
|
3090
5073
|
"dynamicSubtitleAnnotationPath": {
|
|
3091
5074
|
"description": "Represents the dynamic subtitle annotation path",
|
|
3092
5075
|
"type": "string",
|
|
3093
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5076
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@#]*$"
|
|
3094
5077
|
},
|
|
3095
5078
|
"ignoreSapText": {
|
|
3096
5079
|
"description": "Represents the flag to indicate priority of number formatting over sap text",
|
|
@@ -3206,7 +5189,7 @@
|
|
|
3206
5189
|
"model": {
|
|
3207
5190
|
"description": "Represents the model for the card",
|
|
3208
5191
|
"type": "string",
|
|
3209
|
-
"pattern": "^[a-zA-Z0-9_
|
|
5192
|
+
"pattern": "^[a-zA-Z0-9_\\.\\-\\|@]*$"
|
|
3210
5193
|
},
|
|
3211
5194
|
"template": {
|
|
3212
5195
|
"description": "Represents the card component path to use for this card",
|
|
@@ -3230,34 +5213,53 @@
|
|
|
3230
5213
|
"type": "string"
|
|
3231
5214
|
},
|
|
3232
5215
|
"implementingComponent_def": {
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
"
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
5216
|
+
"oneOf": [
|
|
5217
|
+
{
|
|
5218
|
+
"type": "object",
|
|
5219
|
+
"additionalProperties": false,
|
|
5220
|
+
"required": [
|
|
5221
|
+
"componentName"
|
|
5222
|
+
],
|
|
5223
|
+
"properties": {
|
|
5224
|
+
"componentName": {
|
|
5225
|
+
"description": "Represents the name of the component to be loaded inside the canvas",
|
|
5226
|
+
"type": "string",
|
|
5227
|
+
"pattern": "^([a-zA-Z][a-zA-Z0-9_]{0,39})(\\.[a-zA-Z][a-zA-Z0-9_]{0,39})*$"
|
|
5228
|
+
},
|
|
5229
|
+
"binding": {
|
|
5230
|
+
"$ref": "#/definitions/component_binding_def"
|
|
5231
|
+
},
|
|
5232
|
+
"settings": {
|
|
5233
|
+
"$ref": "#/definitions/component_setting_def"
|
|
5234
|
+
},
|
|
5235
|
+
"pages": {
|
|
5236
|
+
"$ref": "#/definitions/component_pages_def"
|
|
5237
|
+
}
|
|
5238
|
+
}
|
|
3250
5239
|
},
|
|
3251
|
-
|
|
5240
|
+
{
|
|
3252
5241
|
"type": "object",
|
|
3253
5242
|
"additionalProperties": false,
|
|
3254
|
-
"
|
|
3255
|
-
"
|
|
3256
|
-
|
|
5243
|
+
"required": [
|
|
5244
|
+
"componentUsage"
|
|
5245
|
+
],
|
|
5246
|
+
"properties": {
|
|
5247
|
+
"componentUsage": {
|
|
5248
|
+
"description": "Represents the reference to the name of the componentUsages defined in sap.ui5/componentUsages for the component to be loaded inside the canvas",
|
|
5249
|
+
"type": "string"
|
|
5250
|
+
},
|
|
5251
|
+
"binding": {
|
|
5252
|
+
"$ref": "#/definitions/component_binding_def"
|
|
5253
|
+
},
|
|
5254
|
+
"settings": {
|
|
5255
|
+
"$ref": "#/definitions/component_setting_def"
|
|
5256
|
+
},
|
|
5257
|
+
"pages": {
|
|
5258
|
+
"$ref": "#/definitions/component_pages_def"
|
|
3257
5259
|
}
|
|
3258
5260
|
}
|
|
3259
5261
|
}
|
|
3260
|
-
|
|
5262
|
+
]
|
|
3261
5263
|
},
|
|
3262
5264
|
"routingSpec_def": {
|
|
3263
5265
|
"type": "object",
|
|
@@ -3333,6 +5335,19 @@
|
|
|
3333
5335
|
}
|
|
3334
5336
|
}
|
|
3335
5337
|
},
|
|
5338
|
+
"component_pages_def": {
|
|
5339
|
+
"type": "object",
|
|
5340
|
+
"additionalProperties": false,
|
|
5341
|
+
"patternProperties": {
|
|
5342
|
+
"^[a-zA-Z0-9_\\.\\-]+[\\|]?[a-zA-Z0-9_\\.\\-]+$": {
|
|
5343
|
+
"$ref": "#/definitions/pages_map"
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5347
|
+
"component_binding_def": {
|
|
5348
|
+
"description": " Represents a binding string to indicate, how the reuse component should be bound relative to the containing page or absolute ",
|
|
5349
|
+
"type": "string"
|
|
5350
|
+
},
|
|
3336
5351
|
"component_setting_def": {
|
|
3337
5352
|
"description": "Represents the settings specific to one component",
|
|
3338
5353
|
"type": "object"
|
|
@@ -3341,7 +5356,7 @@
|
|
|
3341
5356
|
"type": "object",
|
|
3342
5357
|
"additionalProperties": false,
|
|
3343
5358
|
"patternProperties": {
|
|
3344
|
-
"^[a-zA-Z0-9_
|
|
5359
|
+
"^[a-zA-Z0-9_.:-]+$": {
|
|
3345
5360
|
"allOf": [
|
|
3346
5361
|
{
|
|
3347
5362
|
"type": "object",
|
|
@@ -3353,7 +5368,7 @@
|
|
|
3353
5368
|
"id": {
|
|
3354
5369
|
"description": "Represents an unique id for the instance of the reuse component inside of the object page",
|
|
3355
5370
|
"type": "string",
|
|
3356
|
-
"pattern": "^([A-Za-z_][
|
|
5371
|
+
"pattern": "^([A-Za-z_][-A-Za-z0-9_.:]*)$"
|
|
3357
5372
|
},
|
|
3358
5373
|
"title": {
|
|
3359
5374
|
"description": "Represents the title for the content of the reuse component",
|
|
@@ -3441,6 +5456,20 @@
|
|
|
3441
5456
|
"target": {
|
|
3442
5457
|
"description": "Represents the pointer to a semantic object",
|
|
3443
5458
|
"type": "string"
|
|
5459
|
+
},
|
|
5460
|
+
"refreshStrategyOnAppRestore": {
|
|
5461
|
+
"description": "Represents the refresh strategies configured for external display navigation while coming back to the source app",
|
|
5462
|
+
"$ref": "#/definitions/refreshStrategies_prop_def"
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5465
|
+
},
|
|
5466
|
+
"refreshStrategies_prop_def": {
|
|
5467
|
+
"type": "object",
|
|
5468
|
+
"additionalProperties": false,
|
|
5469
|
+
"properties": {
|
|
5470
|
+
"entitySets": {
|
|
5471
|
+
"description": "Represents the map of entity sets configured for refresh strategies",
|
|
5472
|
+
"type": "object"
|
|
3444
5473
|
}
|
|
3445
5474
|
}
|
|
3446
5475
|
},
|
|
@@ -3483,6 +5512,10 @@
|
|
|
3483
5512
|
"description": "Default layout used to open the corresponding page in FlexibleColumnLayout",
|
|
3484
5513
|
"$ref": "#/definitions/defaultLayoutType_def"
|
|
3485
5514
|
},
|
|
5515
|
+
"defaultLayoutTypeIfExternalNavigation": {
|
|
5516
|
+
"description": "Default layout used to open the corresponding page in FlexibleColumnLayout when reached via external navigation",
|
|
5517
|
+
"$ref": "#/definitions/defaultLayoutType_def"
|
|
5518
|
+
},
|
|
3486
5519
|
"pages": {
|
|
3487
5520
|
"type": "object",
|
|
3488
5521
|
"additionalProperties": false,
|
|
@@ -3533,6 +5566,10 @@
|
|
|
3533
5566
|
"description": "Default layout used to open the corresponding page in FlexibleColumnLayout",
|
|
3534
5567
|
"$ref": "#/definitions/defaultLayoutType_def"
|
|
3535
5568
|
},
|
|
5569
|
+
"defaultLayoutTypeIfExternalNavigation": {
|
|
5570
|
+
"description": "Default layout used to open the corresponding page in FlexibleColumnLayout when reached via external navigation",
|
|
5571
|
+
"$ref": "#/definitions/defaultLayoutType_def"
|
|
5572
|
+
},
|
|
3536
5573
|
"pages": {
|
|
3537
5574
|
"type": "array",
|
|
3538
5575
|
"items": {
|
|
@@ -3556,6 +5593,11 @@
|
|
|
3556
5593
|
"prefix": {
|
|
3557
5594
|
"description": "The prefix of the routing target",
|
|
3558
5595
|
"type": "string"
|
|
5596
|
+
},
|
|
5597
|
+
"propagateTitle": {
|
|
5598
|
+
"description": "Indicates whether this 'Component' target should propagate it's title to this component or not",
|
|
5599
|
+
"type": "boolean",
|
|
5600
|
+
"default": "#/definitions/routing/config/propagateTitle"
|
|
3559
5601
|
}
|
|
3560
5602
|
}
|
|
3561
5603
|
},
|
|
@@ -3695,6 +5737,122 @@
|
|
|
3695
5737
|
}
|
|
3696
5738
|
]
|
|
3697
5739
|
},
|
|
5740
|
+
"enhanceWithSetting_0": {
|
|
5741
|
+
"oneOf": [
|
|
5742
|
+
{
|
|
5743
|
+
"additionalProperties": false,
|
|
5744
|
+
"required": [
|
|
5745
|
+
"bundleUrl"
|
|
5746
|
+
],
|
|
5747
|
+
"properties": {
|
|
5748
|
+
"bundleUrl": {
|
|
5749
|
+
"description": "Represents property url for model enhancement",
|
|
5750
|
+
"type": "string"
|
|
5751
|
+
},
|
|
5752
|
+
"bundleUrlRelativeTo": {
|
|
5753
|
+
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
5754
|
+
"type": "string",
|
|
5755
|
+
"default": "component",
|
|
5756
|
+
"enum": [
|
|
5757
|
+
"manifest",
|
|
5758
|
+
"component"
|
|
5759
|
+
]
|
|
5760
|
+
},
|
|
5761
|
+
"fallbackLocale": {
|
|
5762
|
+
"description": "Represents the fallback locale",
|
|
5763
|
+
"type": "string"
|
|
5764
|
+
},
|
|
5765
|
+
"supportedLocales": {
|
|
5766
|
+
"description": "Represents the list of supported locales",
|
|
5767
|
+
"type": "array"
|
|
5768
|
+
},
|
|
5769
|
+
"terminologies": {
|
|
5770
|
+
"description": "Represents terminologies with additional properties files",
|
|
5771
|
+
"type": "object",
|
|
5772
|
+
"patternProperties": {
|
|
5773
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
5774
|
+
"$ref": "#/definitions/terminologySetting"
|
|
5775
|
+
}
|
|
5776
|
+
}
|
|
5777
|
+
}
|
|
5778
|
+
}
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"required": [
|
|
5782
|
+
"bundleName"
|
|
5783
|
+
],
|
|
5784
|
+
"additionalProperties": false,
|
|
5785
|
+
"properties": {
|
|
5786
|
+
"bundleName": {
|
|
5787
|
+
"description": "Represents the alternative for bundleUrl",
|
|
5788
|
+
"type": "string"
|
|
5789
|
+
},
|
|
5790
|
+
"supportedLocales": {
|
|
5791
|
+
"description": "Represents the list of supported locales",
|
|
5792
|
+
"type": "array"
|
|
5793
|
+
},
|
|
5794
|
+
"fallbackLocale": {
|
|
5795
|
+
"description": "Represents the fallback locale",
|
|
5796
|
+
"type": "string"
|
|
5797
|
+
},
|
|
5798
|
+
"terminologies": {
|
|
5799
|
+
"description": "Represents terminologies with additional properties files",
|
|
5800
|
+
"type": "object",
|
|
5801
|
+
"patternProperties": {
|
|
5802
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
5803
|
+
"$ref": "#/definitions/terminologySetting"
|
|
5804
|
+
}
|
|
5805
|
+
}
|
|
5806
|
+
}
|
|
5807
|
+
}
|
|
5808
|
+
}
|
|
5809
|
+
]
|
|
5810
|
+
},
|
|
5811
|
+
"terminologySetting": {
|
|
5812
|
+
"oneOf": [
|
|
5813
|
+
{
|
|
5814
|
+
"additionalProperties": false,
|
|
5815
|
+
"required": [
|
|
5816
|
+
"bundleName"
|
|
5817
|
+
],
|
|
5818
|
+
"properties": {
|
|
5819
|
+
"bundleName": {
|
|
5820
|
+
"description": "Represents the alternative for bundleUrl",
|
|
5821
|
+
"type": "string"
|
|
5822
|
+
},
|
|
5823
|
+
"supportedLocales": {
|
|
5824
|
+
"description": "Represents the list of supported locales",
|
|
5825
|
+
"type": "array"
|
|
5826
|
+
}
|
|
5827
|
+
}
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"additionalProperties": false,
|
|
5831
|
+
"required": [
|
|
5832
|
+
"bundleUrl"
|
|
5833
|
+
],
|
|
5834
|
+
"properties": {
|
|
5835
|
+
"bundleUrl": {
|
|
5836
|
+
"description": "Represents the URL for the resource bundle",
|
|
5837
|
+
"type": "string"
|
|
5838
|
+
},
|
|
5839
|
+
"bundleUrlRelativeTo": {
|
|
5840
|
+
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
5841
|
+
"type": "string",
|
|
5842
|
+
"default": "component",
|
|
5843
|
+
"enum": [
|
|
5844
|
+
"manifest",
|
|
5845
|
+
"component"
|
|
5846
|
+
]
|
|
5847
|
+
},
|
|
5848
|
+
"supportedLocales": {
|
|
5849
|
+
"description": "Represents the list of supported locales",
|
|
5850
|
+
"type": "array"
|
|
5851
|
+
}
|
|
5852
|
+
}
|
|
5853
|
+
}
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
3698
5856
|
"ui5setting": {
|
|
3699
5857
|
"type": "object",
|
|
3700
5858
|
"additionalProperties": true,
|
|
@@ -3702,54 +5860,55 @@
|
|
|
3702
5860
|
"defaultBindingMode": {
|
|
3703
5861
|
"description": "Represents default binding mode and must be a string value from sap.ui.model.BindingMode. Possible values: Default, OneTime, OneWay, TwoWay",
|
|
3704
5862
|
"type": "string",
|
|
3705
|
-
"default": "Default",
|
|
5863
|
+
"default": "Default",
|
|
5864
|
+
"enum": [
|
|
5865
|
+
"Default",
|
|
5866
|
+
"OneTime",
|
|
5867
|
+
"OneWay",
|
|
5868
|
+
"TwoWay"
|
|
5869
|
+
]
|
|
5870
|
+
},
|
|
5871
|
+
"bundleName": {
|
|
5872
|
+
"description": "Represents the alternative for bundleUrl",
|
|
5873
|
+
"type": "string"
|
|
5874
|
+
},
|
|
5875
|
+
"bundleUrl": {
|
|
5876
|
+
"description": "Represents the URL for the resource bundle",
|
|
5877
|
+
"type": "string"
|
|
5878
|
+
},
|
|
5879
|
+
"bundleUrlRelativeTo": {
|
|
5880
|
+
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
5881
|
+
"type": "string",
|
|
5882
|
+
"default": "component",
|
|
3706
5883
|
"enum": [
|
|
3707
|
-
"
|
|
3708
|
-
"
|
|
3709
|
-
"OneWay",
|
|
3710
|
-
"TwoWay"
|
|
5884
|
+
"manifest",
|
|
5885
|
+
"component"
|
|
3711
5886
|
]
|
|
3712
5887
|
},
|
|
5888
|
+
"fallbackLocale": {
|
|
5889
|
+
"description": "Represents the fallback locale",
|
|
5890
|
+
"type": "string"
|
|
5891
|
+
},
|
|
5892
|
+
"supportedLocales": {
|
|
5893
|
+
"description": "Represents the list of supported locales",
|
|
5894
|
+
"type": "array"
|
|
5895
|
+
},
|
|
5896
|
+
"terminologies": {
|
|
5897
|
+
"description": "Represents terminologies with additional properties files",
|
|
5898
|
+
"type": "object",
|
|
5899
|
+
"additionalProperties": true,
|
|
5900
|
+
"patternProperties": {
|
|
5901
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
5902
|
+
"$ref": "#/definitions/terminologySetting"
|
|
5903
|
+
}
|
|
5904
|
+
}
|
|
5905
|
+
},
|
|
3713
5906
|
"enhanceWith": {
|
|
3714
5907
|
"description": "Represents enhancement of UI5 resource model with additional properties files",
|
|
3715
5908
|
"type": "array",
|
|
3716
5909
|
"items": {
|
|
3717
5910
|
"type": "object",
|
|
3718
|
-
"
|
|
3719
|
-
{
|
|
3720
|
-
"additionalProperties": false,
|
|
3721
|
-
"required": [
|
|
3722
|
-
"bundleUrl"
|
|
3723
|
-
],
|
|
3724
|
-
"properties": {
|
|
3725
|
-
"bundleUrl": {
|
|
3726
|
-
"description": "Represents property url for model enhancement",
|
|
3727
|
-
"type": "string"
|
|
3728
|
-
},
|
|
3729
|
-
"bundleUrlRelativeTo": {
|
|
3730
|
-
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
3731
|
-
"type": "string",
|
|
3732
|
-
"default": "component",
|
|
3733
|
-
"enum": [
|
|
3734
|
-
"manifest",
|
|
3735
|
-
"component"
|
|
3736
|
-
]
|
|
3737
|
-
}
|
|
3738
|
-
}
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"required": [
|
|
3742
|
-
"bundleName"
|
|
3743
|
-
],
|
|
3744
|
-
"additionalProperties": false,
|
|
3745
|
-
"properties": {
|
|
3746
|
-
"bundleName": {
|
|
3747
|
-
"description": "Represents the alternative for bundleUrl",
|
|
3748
|
-
"type": "string"
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3751
|
-
}
|
|
3752
|
-
]
|
|
5911
|
+
"$ref": "#/definitions/enhanceWithSetting"
|
|
3753
5912
|
}
|
|
3754
5913
|
}
|
|
3755
5914
|
}
|
|
@@ -3785,6 +5944,11 @@
|
|
|
3785
5944
|
"id": {
|
|
3786
5945
|
"description": "Represents the id of the view",
|
|
3787
5946
|
"type": "string"
|
|
5947
|
+
},
|
|
5948
|
+
"async": {
|
|
5949
|
+
"description": "Configure the targets for asynchronous loading",
|
|
5950
|
+
"type": "boolean",
|
|
5951
|
+
"default": false
|
|
3788
5952
|
}
|
|
3789
5953
|
}
|
|
3790
5954
|
}
|
|
@@ -3809,6 +5973,11 @@
|
|
|
3809
5973
|
"type": "boolean",
|
|
3810
5974
|
"default": false
|
|
3811
5975
|
},
|
|
5976
|
+
"propagateTitle": {
|
|
5977
|
+
"description": "Indicates whether the targets which have type 'Component' should propagate their title to this component or not",
|
|
5978
|
+
"type": "boolean",
|
|
5979
|
+
"default": false
|
|
5980
|
+
},
|
|
3812
5981
|
"bypassed": {
|
|
3813
5982
|
"description": "Represents information about targets to display when no route is matched",
|
|
3814
5983
|
"type": "object",
|
|
@@ -3983,6 +6152,11 @@
|
|
|
3983
6152
|
"id": {
|
|
3984
6153
|
"description": "Represents the id of the view",
|
|
3985
6154
|
"type": "string"
|
|
6155
|
+
},
|
|
6156
|
+
"async": {
|
|
6157
|
+
"description": "Configure the targets for asynchronous loading",
|
|
6158
|
+
"type": "boolean",
|
|
6159
|
+
"default": false
|
|
3986
6160
|
}
|
|
3987
6161
|
}
|
|
3988
6162
|
},
|
|
@@ -4408,7 +6582,46 @@
|
|
|
4408
6582
|
"reference"
|
|
4409
6583
|
]
|
|
4410
6584
|
}
|
|
4411
|
-
}
|
|
6585
|
+
},
|
|
6586
|
+
"anyOf": [
|
|
6587
|
+
{
|
|
6588
|
+
"properties": {
|
|
6589
|
+
"format": {
|
|
6590
|
+
"type": "string",
|
|
6591
|
+
"enum": [
|
|
6592
|
+
"plain"
|
|
6593
|
+
]
|
|
6594
|
+
},
|
|
6595
|
+
"value": {
|
|
6596
|
+
"type": "string"
|
|
6597
|
+
}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"properties": {
|
|
6602
|
+
"format": {
|
|
6603
|
+
"type": "string",
|
|
6604
|
+
"enum": [
|
|
6605
|
+
"reference"
|
|
6606
|
+
]
|
|
6607
|
+
},
|
|
6608
|
+
"value": {
|
|
6609
|
+
"type": "string",
|
|
6610
|
+
"pattern": "^(User[.]env|UserDefault(.extended)?)[.][^.]+$"
|
|
6611
|
+
}
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"properties": {
|
|
6616
|
+
"format": {
|
|
6617
|
+
"type": "null"
|
|
6618
|
+
},
|
|
6619
|
+
"value": {
|
|
6620
|
+
"type": "string"
|
|
6621
|
+
}
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
]
|
|
4412
6625
|
},
|
|
4413
6626
|
"filter": {
|
|
4414
6627
|
"description": "Represents a filter , only if input parameter matches filter",
|
|
@@ -4489,9 +6702,104 @@
|
|
|
4489
6702
|
}
|
|
4490
6703
|
}
|
|
4491
6704
|
},
|
|
4492
|
-
"
|
|
6705
|
+
"objectType": {
|
|
6706
|
+
"type": "string",
|
|
6707
|
+
"enum": [
|
|
6708
|
+
"query",
|
|
6709
|
+
"cdsprojectionview",
|
|
6710
|
+
"view",
|
|
6711
|
+
"inamodel"
|
|
6712
|
+
]
|
|
6713
|
+
},
|
|
6714
|
+
"objectName": {
|
|
6715
|
+
"type": "string",
|
|
6716
|
+
"pattern": "^(\\\\[0-9a-zA-Z_]+\\\\)?[a-zA-Z][a-zA-Z0-9_]*$",
|
|
6717
|
+
"minLength": 3,
|
|
6718
|
+
"maxLength": 50
|
|
6719
|
+
},
|
|
6720
|
+
"dataSourceCustom": {
|
|
6721
|
+
"type": "object",
|
|
6722
|
+
"additionalProperties": false,
|
|
6723
|
+
"required": [
|
|
6724
|
+
"uri",
|
|
6725
|
+
"customType"
|
|
6726
|
+
],
|
|
6727
|
+
"properties": {
|
|
6728
|
+
"uri": {
|
|
6729
|
+
"description": "Represents the uri of the data source, should always be given in lower case",
|
|
6730
|
+
"type": "string"
|
|
6731
|
+
},
|
|
6732
|
+
"type": {
|
|
6733
|
+
"description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http",
|
|
6734
|
+
"type": "string",
|
|
6735
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$",
|
|
6736
|
+
"not": {
|
|
6737
|
+
"enum": [
|
|
6738
|
+
"OData",
|
|
6739
|
+
"ODataAnnotation",
|
|
6740
|
+
"INA",
|
|
6741
|
+
"XML",
|
|
6742
|
+
"JSON",
|
|
6743
|
+
"FHIR",
|
|
6744
|
+
"WebSocket",
|
|
6745
|
+
"http"
|
|
6746
|
+
]
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6749
|
+
"settings": {
|
|
6750
|
+
"description": "Represents data source type specific attributes (key, value pairs)",
|
|
6751
|
+
"$ref": "#/definitions/setting"
|
|
6752
|
+
},
|
|
6753
|
+
"customType": {
|
|
6754
|
+
"description": "Represents a custom data source type flag. So the type can be any string if its true, and only enum values if false",
|
|
6755
|
+
"type": "boolean",
|
|
6756
|
+
"enum": [
|
|
6757
|
+
true
|
|
6758
|
+
]
|
|
6759
|
+
}
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
"dataSourceEnum": {
|
|
4493
6763
|
"type": "object",
|
|
4494
6764
|
"additionalProperties": false,
|
|
6765
|
+
"required": [
|
|
6766
|
+
"uri"
|
|
6767
|
+
],
|
|
6768
|
+
"properties": {
|
|
6769
|
+
"uri": {
|
|
6770
|
+
"description": "Represents uri of the data source",
|
|
6771
|
+
"type": "string"
|
|
6772
|
+
},
|
|
6773
|
+
"type": {
|
|
6774
|
+
"description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http",
|
|
6775
|
+
"type": "string",
|
|
6776
|
+
"enum": [
|
|
6777
|
+
"OData",
|
|
6778
|
+
"ODataAnnotation",
|
|
6779
|
+
"INA",
|
|
6780
|
+
"XML",
|
|
6781
|
+
"JSON",
|
|
6782
|
+
"FHIR",
|
|
6783
|
+
"WebSocket",
|
|
6784
|
+
"http"
|
|
6785
|
+
],
|
|
6786
|
+
"default": "OData"
|
|
6787
|
+
},
|
|
6788
|
+
"settings": {
|
|
6789
|
+
"description": "Represents data source type specific attributes (key, value pairs)",
|
|
6790
|
+
"$ref": "#/definitions/setting"
|
|
6791
|
+
},
|
|
6792
|
+
"customType": {
|
|
6793
|
+
"type": "boolean",
|
|
6794
|
+
"enum": [
|
|
6795
|
+
false
|
|
6796
|
+
]
|
|
6797
|
+
}
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
"setting": {
|
|
6801
|
+
"type": "object",
|
|
6802
|
+
"additionalProperties": true,
|
|
4495
6803
|
"properties": {
|
|
4496
6804
|
"odataVersion": {
|
|
4497
6805
|
"description": "Represents version of OData: 2.0 is default",
|
|
@@ -4516,6 +6824,33 @@
|
|
|
4516
6824
|
"description": "Indicates that the client is unwilling to accept a response whose age is greater than the number of seconds specified in this field",
|
|
4517
6825
|
"type": "number",
|
|
4518
6826
|
"multipleOf": 1
|
|
6827
|
+
},
|
|
6828
|
+
"objects": {
|
|
6829
|
+
"type": "object",
|
|
6830
|
+
"description": "Dictionary of (catalog) objects offered by the datasource",
|
|
6831
|
+
"additionalProperties": {
|
|
6832
|
+
"description": "A (catalog) object of an InA DataSource",
|
|
6833
|
+
"type": "object",
|
|
6834
|
+
"properties": {
|
|
6835
|
+
"objectName": {
|
|
6836
|
+
"$ref": "#/definitions/objectName"
|
|
6837
|
+
},
|
|
6838
|
+
"objectType": {
|
|
6839
|
+
"$ref": "#/definitions/objectType"
|
|
6840
|
+
},
|
|
6841
|
+
"packageName": {
|
|
6842
|
+
"type": "string"
|
|
6843
|
+
},
|
|
6844
|
+
"schemaName": {
|
|
6845
|
+
"type": "string"
|
|
6846
|
+
}
|
|
6847
|
+
},
|
|
6848
|
+
"additionalProperties": false,
|
|
6849
|
+
"required": [
|
|
6850
|
+
"objectName",
|
|
6851
|
+
"objectType"
|
|
6852
|
+
]
|
|
6853
|
+
}
|
|
4519
6854
|
}
|
|
4520
6855
|
}
|
|
4521
6856
|
},
|
|
@@ -4532,25 +6867,26 @@
|
|
|
4532
6867
|
],
|
|
4533
6868
|
"properties": {
|
|
4534
6869
|
"semanticObject": {
|
|
4535
|
-
"description": "Represents
|
|
6870
|
+
"description": "Represents a business entity (e.g., 'Employee')",
|
|
4536
6871
|
"type": "string",
|
|
4537
6872
|
"pattern": "^[\\w\\*]{0,30}$"
|
|
4538
6873
|
},
|
|
4539
6874
|
"action": {
|
|
4540
|
-
"description": "Represents action
|
|
6875
|
+
"description": "Represents the action to perform on the business entity (e.g., 'display')",
|
|
4541
6876
|
"type": "string",
|
|
4542
6877
|
"pattern": "^[\\w\\*]{0,60}$"
|
|
4543
6878
|
},
|
|
4544
6879
|
"additionalParameters": {
|
|
4545
|
-
"description": "Indicates whether additional context parameters are
|
|
6880
|
+
"description": "Indicates whether the intent can contain additional context parameters that are not described in the outbound: ('notallowed': the intent must contain only the specified parameters | 'allowed': additional parameters might appear in the navigation intent)| 'ignored': technical meta-parameters for framework usage are added to the intent, these parameters should be ignored by target applications",
|
|
4546
6881
|
"type": "string",
|
|
4547
6882
|
"enum": [
|
|
6883
|
+
"notallowed",
|
|
4548
6884
|
"ignored",
|
|
4549
6885
|
"allowed"
|
|
4550
6886
|
]
|
|
4551
6887
|
},
|
|
4552
6888
|
"parameters": {
|
|
4553
|
-
"description": "Represents parameters
|
|
6889
|
+
"description": "Represents parameters of navigation intents",
|
|
4554
6890
|
"type": "object",
|
|
4555
6891
|
"additionalProperties": false,
|
|
4556
6892
|
"patternProperties": {
|
|
@@ -4560,18 +6896,20 @@
|
|
|
4560
6896
|
"properties": {
|
|
4561
6897
|
"value": {
|
|
4562
6898
|
"type": "object",
|
|
4563
|
-
"description": "
|
|
6899
|
+
"description": "Describes parameters of navigation intents generated or triggered by the application",
|
|
4564
6900
|
"additionalProperties": false,
|
|
4565
6901
|
"properties": {
|
|
4566
6902
|
"value": {
|
|
4567
|
-
"description": "Represents a verbatim value (format
|
|
6903
|
+
"description": "Represents a verbatim value (when 'plain' format is used), a pattern (when 'regexp' format is used), a value coming from a UI5 model (when 'binding' format is used), or a User Default reference (when 'reference' format is used)",
|
|
4568
6904
|
"type": "string"
|
|
4569
6905
|
},
|
|
4570
6906
|
"format": {
|
|
4571
|
-
"description": "Indicates how 'value' is to be interpreted:
|
|
6907
|
+
"description": "Indicates how 'value' is to be interpreted: 'plain': the 'value' is taken as a literal string value | 'reference': the 'value' is a reference to a parameter maintained in the Fiori Launchpad (e.g. 'UserDefault.CostCenter'); the parameter value is used on the outbound intent parameter| 'regexp': the 'value' matches the specified pattern| 'binding': the 'value' is a binding path; the value from the model at the specified binding path will be used on the outbound intent parameter",
|
|
4572
6908
|
"type": "string",
|
|
4573
6909
|
"enum": [
|
|
4574
6910
|
"plain",
|
|
6911
|
+
"regexp",
|
|
6912
|
+
"reference",
|
|
4575
6913
|
"binding"
|
|
4576
6914
|
]
|
|
4577
6915
|
}
|
|
@@ -4619,44 +6957,20 @@
|
|
|
4619
6957
|
"type": "string"
|
|
4620
6958
|
},
|
|
4621
6959
|
"title": {
|
|
4622
|
-
"description": "Represents language
|
|
4623
|
-
"
|
|
4624
|
-
{
|
|
4625
|
-
"$ref": "#/definitions/i18n_key"
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"type": "string",
|
|
4629
|
-
"pattern": "^[^\\W][\\w\\.\\-]*$"
|
|
4630
|
-
}
|
|
4631
|
-
]
|
|
6960
|
+
"description": "Represents a title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
6961
|
+
"type": "string"
|
|
4632
6962
|
},
|
|
4633
6963
|
"subTitle": {
|
|
4634
|
-
"description": "Represents
|
|
4635
|
-
"
|
|
4636
|
-
{
|
|
4637
|
-
"$ref": "#/definitions/i18n_key"
|
|
4638
|
-
},
|
|
4639
|
-
{
|
|
4640
|
-
"type": "string",
|
|
4641
|
-
"pattern": "^[^\\W][\\w\\.\\-]*$"
|
|
4642
|
-
}
|
|
4643
|
-
]
|
|
6964
|
+
"description": "Represents a subtitle; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
6965
|
+
"type": "string"
|
|
4644
6966
|
},
|
|
4645
6967
|
"shortTitle": {
|
|
4646
|
-
"description": "Represents shorter version of the title
|
|
4647
|
-
"
|
|
4648
|
-
{
|
|
4649
|
-
"$ref": "#/definitions/i18n_key"
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"type": "string",
|
|
4653
|
-
"pattern": "^[^\\W][\\w\\.\\-]*$"
|
|
4654
|
-
}
|
|
4655
|
-
]
|
|
6968
|
+
"description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
6969
|
+
"type": "string"
|
|
4656
6970
|
},
|
|
4657
6971
|
"info": {
|
|
4658
|
-
"description": "Represents
|
|
4659
|
-
"
|
|
6972
|
+
"description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
6973
|
+
"type": "string"
|
|
4660
6974
|
},
|
|
4661
6975
|
"displayMode": {
|
|
4662
6976
|
"description": "Represents the display mode of the tile",
|
|
@@ -4720,43 +7034,87 @@
|
|
|
4720
7034
|
}
|
|
4721
7035
|
},
|
|
4722
7036
|
"dataSource": {
|
|
4723
|
-
"
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
"uri"
|
|
4727
|
-
],
|
|
4728
|
-
"properties": {
|
|
4729
|
-
"uri": {
|
|
4730
|
-
"description": "Represents uri of the data source",
|
|
4731
|
-
"type": "string"
|
|
7037
|
+
"oneOf": [
|
|
7038
|
+
{
|
|
7039
|
+
"$ref": "#/definitions/dataSourceEnum"
|
|
4732
7040
|
},
|
|
4733
|
-
|
|
4734
|
-
"
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
7041
|
+
{
|
|
7042
|
+
"$ref": "#/definitions/dataSourceCustom"
|
|
7043
|
+
}
|
|
7044
|
+
]
|
|
7045
|
+
},
|
|
7046
|
+
"enhanceWithSetting": {
|
|
7047
|
+
"oneOf": [
|
|
7048
|
+
{
|
|
7049
|
+
"additionalProperties": false,
|
|
7050
|
+
"required": [
|
|
7051
|
+
"bundleUrl"
|
|
4742
7052
|
],
|
|
4743
|
-
"
|
|
7053
|
+
"properties": {
|
|
7054
|
+
"bundleUrl": {
|
|
7055
|
+
"description": "Represents property url for model enhancement",
|
|
7056
|
+
"type": "string"
|
|
7057
|
+
},
|
|
7058
|
+
"bundleUrlRelativeTo": {
|
|
7059
|
+
"description": "Indicates whether url is relative to component (default) or manifest",
|
|
7060
|
+
"type": "string",
|
|
7061
|
+
"default": "component",
|
|
7062
|
+
"enum": [
|
|
7063
|
+
"manifest",
|
|
7064
|
+
"component"
|
|
7065
|
+
]
|
|
7066
|
+
},
|
|
7067
|
+
"fallbackLocale": {
|
|
7068
|
+
"description": "Represents the fallback locale",
|
|
7069
|
+
"type": "string"
|
|
7070
|
+
},
|
|
7071
|
+
"supportedLocales": {
|
|
7072
|
+
"description": "Represents the list of supported locales",
|
|
7073
|
+
"type": "array"
|
|
7074
|
+
},
|
|
7075
|
+
"terminologies": {
|
|
7076
|
+
"description": "Represents terminologies with additional properties files",
|
|
7077
|
+
"type": "object",
|
|
7078
|
+
"additionalProperties": false,
|
|
7079
|
+
"patternProperties": {
|
|
7080
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
7081
|
+
"$ref": "#/definitions/terminologySetting"
|
|
7082
|
+
}
|
|
7083
|
+
}
|
|
7084
|
+
}
|
|
7085
|
+
}
|
|
4744
7086
|
},
|
|
4745
|
-
|
|
4746
|
-
"
|
|
4747
|
-
|
|
7087
|
+
{
|
|
7088
|
+
"required": [
|
|
7089
|
+
"bundleName"
|
|
7090
|
+
],
|
|
7091
|
+
"additionalProperties": false,
|
|
7092
|
+
"properties": {
|
|
7093
|
+
"bundleName": {
|
|
7094
|
+
"description": "Represents the alternative for bundleUrl",
|
|
7095
|
+
"type": "string"
|
|
7096
|
+
},
|
|
7097
|
+
"fallbackLocale": {
|
|
7098
|
+
"description": "Represents the fallback locale",
|
|
7099
|
+
"type": "string"
|
|
7100
|
+
},
|
|
7101
|
+
"supportedLocales": {
|
|
7102
|
+
"description": "Represents the list of supported locales",
|
|
7103
|
+
"type": "array"
|
|
7104
|
+
},
|
|
7105
|
+
"terminologies": {
|
|
7106
|
+
"description": "Represents terminologies with additional properties files",
|
|
7107
|
+
"type": "object",
|
|
7108
|
+
"additionalProperties": false,
|
|
7109
|
+
"patternProperties": {
|
|
7110
|
+
"^[a-zA-Z0-9_\\-]*$": {
|
|
7111
|
+
"$ref": "#/definitions/terminologySetting"
|
|
7112
|
+
}
|
|
7113
|
+
}
|
|
7114
|
+
}
|
|
7115
|
+
}
|
|
4748
7116
|
}
|
|
4749
|
-
|
|
4750
|
-
},
|
|
4751
|
-
"tag": {
|
|
4752
|
-
"type": "array",
|
|
4753
|
-
"items": {
|
|
4754
|
-
"$ref": "#/definitions/i18n_key"
|
|
4755
|
-
}
|
|
4756
|
-
},
|
|
4757
|
-
"i18n_key": {
|
|
4758
|
-
"type": "string",
|
|
4759
|
-
"pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
|
|
7117
|
+
]
|
|
4760
7118
|
},
|
|
4761
7119
|
"id_def": {
|
|
4762
7120
|
"type": "string",
|