@ui5/manifest 1.28.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/schema.json CHANGED
@@ -40,7 +40,16 @@
40
40
  "1.25.0",
41
41
  "1.26.0",
42
42
  "1.27.0",
43
- "1.28.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"
44
53
  ]
45
54
  },
46
55
  "start_url": {
@@ -76,7 +85,10 @@
76
85
  "1.11.0",
77
86
  "1.12.0",
78
87
  "1.13.0",
79
- "1.14.0"
88
+ "1.14.0",
89
+ "1.15.0",
90
+ "1.16.0",
91
+ "1.17.0"
80
92
  ]
81
93
  },
82
94
  "sourceTemplate": {
@@ -232,23 +244,23 @@
232
244
  "type": "string"
233
245
  },
234
246
  "title": {
235
- "description": "Represents mandatory title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
247
+ "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
236
248
  "type": "string"
237
249
  },
238
250
  "subTitle": {
239
- "description": "Represents subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
251
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
240
252
  "type": "string"
241
253
  },
242
254
  "shortTitle": {
243
- "description": "Represents shorter version of the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
255
+ "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
244
256
  "type": "string"
245
257
  },
246
258
  "info": {
247
- "description": "Represents additional information to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
259
+ "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
248
260
  "type": "string"
249
261
  },
250
262
  "description": {
251
- "description": "Represents description; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
263
+ "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
252
264
  "type": "string"
253
265
  },
254
266
  "tags": {
@@ -503,7 +515,8 @@
503
515
  "1.9.0",
504
516
  "1.10.0",
505
517
  "1.11.0",
506
- "1.12.0"
518
+ "1.12.0",
519
+ "1.13.0"
507
520
  ]
508
521
  },
509
522
  "resources": {
@@ -532,11 +545,6 @@
532
545
  "description": "Represents the minimum version of SAP UI5 that your component requires",
533
546
  "$ref": "#/definitions/version"
534
547
  },
535
- "incompatibleLimitation": {
536
- "description": "Represents ...",
537
- "type": "boolean",
538
- "default": false
539
- },
540
548
  "libs": {
541
549
  "description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component",
542
550
  "type": "object",
@@ -927,7 +935,8 @@
927
935
  "description": "Represents attributes format version. It is managed by namespace owner",
928
936
  "type": "string",
929
937
  "enum": [
930
- "1.1.0"
938
+ "1.1.0",
939
+ "1.2.0"
931
940
  ]
932
941
  },
933
942
  "registrationIds": {
@@ -948,6 +957,10 @@
948
957
  "fpmwebdynpro",
949
958
  "designstudio"
950
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"
951
964
  }
952
965
  }
953
966
  },
@@ -963,7 +976,8 @@
963
976
  "1.1.0",
964
977
  "1.2.0",
965
978
  "1.3.0",
966
- "1.4.0"
979
+ "1.4.0",
980
+ "1.5.0"
967
981
  ]
968
982
  },
969
983
  "settings": {
@@ -1080,7 +1094,8 @@
1080
1094
  "enum": [
1081
1095
  "1.1.0",
1082
1096
  "1.2.0",
1083
- "1.3.0"
1097
+ "1.3.0",
1098
+ "1.4.0"
1084
1099
  ]
1085
1100
  },
1086
1101
  "globalFilterModel": {
@@ -1157,6 +1172,17 @@
1157
1172
  "type": "boolean",
1158
1173
  "default": false
1159
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
+ },
1160
1186
  "cards": {
1161
1187
  "type": "object",
1162
1188
  "additionalProperties": false,
@@ -1564,11 +1590,18 @@
1564
1590
  "1.11.0",
1565
1591
  "1.13.0",
1566
1592
  "1.14.0",
1567
- "1.15.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"
1568
1601
  ]
1569
1602
  },
1570
1603
  "designtime": {
1571
- "description": "The path to the design time folder with assets files.",
1604
+ "description": "The path to the design time folder with assets files",
1572
1605
  "type": "string"
1573
1606
  },
1574
1607
  "configuration": {
@@ -1577,37 +1610,43 @@
1577
1610
  "additionalProperties": false,
1578
1611
  "properties": {
1579
1612
  "enableMarkdown": {
1580
- "description": "Markdown enablement for Adaptive Content.",
1613
+ "description": "Markdown enablement for Adaptive Content",
1581
1614
  "type": "boolean"
1582
1615
  },
1583
1616
  "parameters": {
1584
- "description": "Map of parameters.",
1617
+ "description": "Map of parameters",
1585
1618
  "type": "object",
1586
1619
  "additionalProperties": {
1587
1620
  "$ref": "#/definitions/Configuration.Parameter"
1588
1621
  }
1589
1622
  },
1590
1623
  "filters": {
1591
- "description": "Map of filters.",
1592
- "type": "object",
1624
+ "description": "Map of filters",
1593
1625
  "additionalProperties": {
1594
- "$ref": "#/definitions/Configuration.Filter"
1626
+ "oneOf": [
1627
+ {
1628
+ "$ref": "#/definitions/Configuration.FilterType.Select"
1629
+ },
1630
+ {
1631
+ "$ref": "#/definitions/Configuration.FilterType.DateRange"
1632
+ }
1633
+ ]
1595
1634
  }
1596
1635
  },
1597
1636
  "destinations": {
1598
- "description": "Describes what destinations are used by the card.",
1637
+ "description": "Describes what destinations are used by the card",
1599
1638
  "type": "object",
1600
1639
  "additionalProperties": {
1601
1640
  "$ref": "#/definitions/Configuration.Destinations"
1602
1641
  }
1603
1642
  },
1604
1643
  "actionHandlers": {
1605
- "description": "Holds configuration for the default action handlers.",
1644
+ "description": "Holds configuration for the default action handlers",
1606
1645
  "type": "object",
1607
1646
  "additionalProperties": false,
1608
1647
  "properties": {
1609
1648
  "submit": {
1610
- "description": "Configuration for the submit action handler.",
1649
+ "description": "Configuration for the submit action handler",
1611
1650
  "type": "object"
1612
1651
  }
1613
1652
  }
@@ -1618,14 +1657,16 @@
1618
1657
  "description": "Represents the type of the card's content",
1619
1658
  "type": "string",
1620
1659
  "enum": [
1621
- "List",
1660
+ "AdaptiveCard",
1622
1661
  "Analytical",
1623
- "Table",
1662
+ "AnalyticsCloud",
1663
+ "Calendar",
1664
+ "Component",
1665
+ "List",
1624
1666
  "Object",
1667
+ "Table",
1625
1668
  "Timeline",
1626
- "Component",
1627
- "Calendar",
1628
- "AdaptiveCard"
1669
+ "WebPage"
1629
1670
  ]
1630
1671
  },
1631
1672
  "data": {
@@ -1655,172 +1696,192 @@
1655
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"
1656
1697
  },
1657
1698
  "extension": {
1658
- "description": "[Experimental] A path to an Extension implementation. It is resolved relatively to the manifest.",
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",
1659
1722
  "type": "string"
1660
1723
  }
1661
1724
  },
1662
- "oneOf": [
1725
+ "allOf": [
1663
1726
  {
1664
- "allOf": [
1665
- {
1666
- "properties": {
1667
- "type": {
1668
- "enum": [
1669
- "List"
1670
- ]
1671
- }
1727
+ "if": {
1728
+ "properties": {
1729
+ "type": {
1730
+ "const": "List"
1672
1731
  }
1673
- },
1674
- {
1675
- "properties": {
1676
- "content": {
1677
- "$ref": "#/definitions/ContentType.List"
1678
- }
1732
+ }
1733
+ },
1734
+ "then": {
1735
+ "properties": {
1736
+ "content": {
1737
+ "$ref": "#/definitions/ContentType.List"
1679
1738
  }
1680
1739
  }
1681
- ]
1740
+ }
1682
1741
  },
1683
1742
  {
1684
- "allOf": [
1685
- {
1686
- "properties": {
1687
- "type": {
1688
- "enum": [
1689
- "Analytical"
1690
- ]
1691
- }
1743
+ "if": {
1744
+ "properties": {
1745
+ "type": {
1746
+ "const": "Analytical"
1692
1747
  }
1693
- },
1694
- {
1695
- "properties": {
1696
- "content": {
1697
- "$ref": "#/definitions/ContentType.Analytical"
1698
- }
1748
+ }
1749
+ },
1750
+ "then": {
1751
+ "properties": {
1752
+ "content": {
1753
+ "$ref": "#/definitions/ContentType.Analytical"
1699
1754
  }
1700
1755
  }
1701
- ]
1756
+ }
1702
1757
  },
1703
1758
  {
1704
- "allOf": [
1705
- {
1706
- "properties": {
1707
- "type": {
1708
- "enum": [
1709
- "Timeline"
1710
- ]
1711
- }
1759
+ "if": {
1760
+ "properties": {
1761
+ "type": {
1762
+ "const": "AnalyticsCloud"
1712
1763
  }
1713
- },
1714
- {
1715
- "properties": {
1716
- "content": {
1717
- "$ref": "#/definitions/ContentType.Timeline"
1718
- }
1764
+ }
1765
+ },
1766
+ "then": {
1767
+ "properties": {
1768
+ "content": {
1769
+ "$ref": "#/definitions/ContentType.AnalyticsCloud"
1719
1770
  }
1720
1771
  }
1721
- ]
1772
+ }
1722
1773
  },
1723
1774
  {
1724
- "allOf": [
1725
- {
1726
- "properties": {
1727
- "type": {
1728
- "enum": [
1729
- "Table"
1730
- ]
1731
- }
1775
+ "if": {
1776
+ "properties": {
1777
+ "type": {
1778
+ "const": "Timeline"
1732
1779
  }
1733
- },
1734
- {
1735
- "properties": {
1736
- "content": {
1737
- "$ref": "#/definitions/ContentType.Table"
1738
- }
1780
+ }
1781
+ },
1782
+ "then": {
1783
+ "properties": {
1784
+ "content": {
1785
+ "$ref": "#/definitions/ContentType.Timeline"
1739
1786
  }
1740
1787
  }
1741
- ]
1788
+ }
1742
1789
  },
1743
1790
  {
1744
- "allOf": [
1745
- {
1746
- "properties": {
1747
- "type": {
1748
- "enum": [
1749
- "Object"
1750
- ]
1751
- }
1791
+ "if": {
1792
+ "properties": {
1793
+ "type": {
1794
+ "const": "Table"
1752
1795
  }
1753
- },
1754
- {
1755
- "properties": {
1756
- "content": {
1757
- "$ref": "#/definitions/ContentType.Object"
1758
- }
1796
+ }
1797
+ },
1798
+ "then": {
1799
+ "properties": {
1800
+ "content": {
1801
+ "$ref": "#/definitions/ContentType.Table"
1759
1802
  }
1760
1803
  }
1761
- ]
1804
+ }
1762
1805
  },
1763
1806
  {
1764
- "allOf": [
1765
- {
1766
- "properties": {
1767
- "type": {
1768
- "enum": [
1769
- "Component"
1770
- ]
1771
- }
1807
+ "if": {
1808
+ "properties": {
1809
+ "type": {
1810
+ "const": "Object"
1772
1811
  }
1773
- },
1774
- {
1775
- "properties": {
1776
- "content": {
1777
- "enum": [
1778
- "null"
1779
- ]
1780
- }
1812
+ }
1813
+ },
1814
+ "then": {
1815
+ "properties": {
1816
+ "content": {
1817
+ "$ref": "#/definitions/ContentType.Object"
1781
1818
  }
1782
1819
  }
1783
- ]
1820
+ }
1784
1821
  },
1785
1822
  {
1786
- "allOf": [
1787
- {
1788
- "properties": {
1789
- "type": {
1790
- "enum": [
1791
- "Calendar"
1792
- ]
1793
- }
1823
+ "if": {
1824
+ "properties": {
1825
+ "type": {
1826
+ "const": "Component"
1794
1827
  }
1795
- },
1796
- {
1797
- "properties": {
1798
- "content": {
1799
- "$ref": "#/definitions/ContentType.Calendar"
1800
- }
1828
+ }
1829
+ },
1830
+ "then": {
1831
+ "properties": {
1832
+ "content": {
1833
+ "$ref": "#/definitions/ContentType.Component"
1801
1834
  }
1802
1835
  }
1803
- ]
1836
+ }
1804
1837
  },
1805
1838
  {
1806
- "allOf": [
1807
- {
1808
- "properties": {
1809
- "type": {
1810
- "enum": [
1811
- "AdaptiveCard"
1812
- ]
1813
- }
1839
+ "if": {
1840
+ "properties": {
1841
+ "type": {
1842
+ "const": "Calendar"
1814
1843
  }
1815
- },
1816
- {
1817
- "properties": {
1818
- "content": {
1819
- "$ref": "#/definitions/ContentType.AdaptiveCard"
1820
- }
1844
+ }
1845
+ },
1846
+ "then": {
1847
+ "properties": {
1848
+ "content": {
1849
+ "$ref": "#/definitions/ContentType.Calendar"
1821
1850
  }
1822
1851
  }
1823
- ]
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
+ }
1824
1885
  }
1825
1886
  ],
1826
1887
  "definitions": {
@@ -1900,23 +1961,23 @@
1900
1961
  ]
1901
1962
  },
1902
1963
  "title": {
1903
- "description": "Represents mandatory title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
1964
+ "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
1904
1965
  "type": "string"
1905
1966
  },
1906
1967
  "subTitle": {
1907
- "description": "Represents subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
1968
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
1908
1969
  "type": "string"
1909
1970
  },
1910
1971
  "shortTitle": {
1911
- "description": "Represents shorter version of the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
1972
+ "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
1912
1973
  "type": "string"
1913
1974
  },
1914
1975
  "info": {
1915
- "description": "Represents additional information to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
1976
+ "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
1916
1977
  "type": "string"
1917
1978
  },
1918
1979
  "description": {
1919
- "description": "Represents description; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
1980
+ "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
1920
1981
  "type": "string"
1921
1982
  },
1922
1983
  "icon": {
@@ -2053,23 +2114,23 @@
2053
2114
  ]
2054
2115
  },
2055
2116
  "title": {
2056
- "description": "Represents mandatory title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2117
+ "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2057
2118
  "type": "string"
2058
2119
  },
2059
2120
  "subTitle": {
2060
- "description": "Represents subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2121
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2061
2122
  "type": "string"
2062
2123
  },
2063
2124
  "shortTitle": {
2064
- "description": "Represents shorter version of the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2125
+ "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2065
2126
  "type": "string"
2066
2127
  },
2067
2128
  "info": {
2068
- "description": "Represents additional information to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2129
+ "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2069
2130
  "type": "string"
2070
2131
  },
2071
2132
  "description": {
2072
- "description": "Represents description; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2133
+ "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2073
2134
  "type": "string"
2074
2135
  },
2075
2136
  "icon": {
@@ -2103,7 +2164,7 @@
2103
2164
  "tag": {
2104
2165
  "type": "array",
2105
2166
  "items": {
2106
- "description": "Represents a tag; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2167
+ "description": "Represents a tag; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2107
2168
  "type": "string"
2108
2169
  }
2109
2170
  },
@@ -2258,7 +2319,7 @@
2258
2319
  ],
2259
2320
  "properties": {
2260
2321
  "type": {
2261
- "description": "Represents the type of the Microchart.",
2322
+ "description": "Represents the type of the Microchart",
2262
2323
  "type": "string",
2263
2324
  "const": "StackedBar"
2264
2325
  },
@@ -2278,7 +2339,7 @@
2278
2339
  "type": "string"
2279
2340
  },
2280
2341
  "bars": {
2281
- "description": "The bars of the chart.",
2342
+ "description": "The bars of the chart",
2282
2343
  "type": "array",
2283
2344
  "items": {
2284
2345
  "$ref": "#/definitions/Microchart.StackedBar.Bar"
@@ -2294,7 +2355,7 @@
2294
2355
  ],
2295
2356
  "properties": {
2296
2357
  "type": {
2297
- "description": "Represents the type of the Microchart.",
2358
+ "description": "Represents the type of the Microchart",
2298
2359
  "type": "string",
2299
2360
  "const": "Bullet"
2300
2361
  },
@@ -2377,17 +2438,17 @@
2377
2438
  "additionalProperties": false,
2378
2439
  "properties": {
2379
2440
  "title": {
2380
- "description": "The title of the filter option.",
2441
+ "description": "The title of the filter option",
2381
2442
  "type": "string"
2382
2443
  },
2383
2444
  "key": {
2384
- "description": "The unique key of the filter option. Mapped to the filter's value.",
2445
+ "description": "The unique key of the filter option. Mapped to the filter's value",
2385
2446
  "type": "string"
2386
2447
  }
2387
2448
  }
2388
2449
  },
2389
2450
  "Configuration.BasicDataType": {
2390
- "description": "Basic data types for parameters and filters.",
2451
+ "description": "Basic data types for parameters and filters",
2391
2452
  "type": "string",
2392
2453
  "enum": [
2393
2454
  "string",
@@ -2398,13 +2459,75 @@
2398
2459
  "datetime"
2399
2460
  ]
2400
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
+ },
2401
2524
  "parameters": {
2402
2525
  "description": "Represents parameters that are passed in the actions",
2403
2526
  "type": "object",
2404
2527
  "additionalProperties": true
2405
2528
  },
2406
2529
  "extension": {
2407
- "description": "[Experimental] Represents attributes, needed to get data via extension.",
2530
+ "description": "[Experimental] Represents attributes, needed to get data via extension",
2408
2531
  "type": "object",
2409
2532
  "additionalProperties": false,
2410
2533
  "required": [
@@ -2412,17 +2535,17 @@
2412
2535
  ],
2413
2536
  "properties": {
2414
2537
  "method": {
2415
- "description": "The method of the extension, which fetches data.",
2538
+ "description": "The method of the extension, which fetches data",
2416
2539
  "type": "string"
2417
2540
  },
2418
2541
  "args": {
2419
- "description": "The arguments, with which the method will be called.",
2542
+ "description": "The arguments, with which the method will be called",
2420
2543
  "type": "array"
2421
2544
  }
2422
2545
  }
2423
2546
  },
2424
2547
  "service_0": {
2425
- "description": "Represents service that will be used for an actions",
2548
+ "description": "Represents service that will be used for actions",
2426
2549
  "oneOf": [
2427
2550
  {
2428
2551
  "description": "Represents name of the Service to be used for the action",
@@ -2497,8 +2620,19 @@
2497
2620
  "type": "object",
2498
2621
  "additionalProperties": true
2499
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
+ },
2500
2634
  "withCredentials": {
2501
- "description": "Indicates whether cross-site requests should be made using credentials.",
2635
+ "description": "Indicates whether cross-site requests should be made using credentials",
2502
2636
  "oneOf": [
2503
2637
  {
2504
2638
  "type": "boolean",
@@ -2508,16 +2642,27 @@
2508
2642
  "$ref": "#/definitions/simpleBinding"
2509
2643
  }
2510
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"
2511
2656
  }
2512
2657
  }
2513
2658
  },
2514
2659
  "statusTextFormatter": {
2515
2660
  "type": "object",
2516
- "description": "Defines fields for dynamic status formatting.",
2661
+ "description": "Defines fields for dynamic status formatting",
2517
2662
  "additionalProperties": false,
2518
2663
  "properties": {
2519
2664
  "format": {
2520
- "description": "Defines binding information.",
2665
+ "description": "Defines binding information",
2521
2666
  "type": "object",
2522
2667
  "additionalProperties": false,
2523
2668
  "properties": {
@@ -2563,15 +2708,15 @@
2563
2708
  "additionalProperties": false,
2564
2709
  "properties": {
2565
2710
  "startDate": {
2566
- "description": "The start date of the special date. The accepted date format is ISO 8601.",
2711
+ "description": "The start date of the special date. The accepted date format is ISO 8601",
2567
2712
  "type": "string"
2568
2713
  },
2569
2714
  "endDate": {
2570
- "description": "The end date of the special date. The accepted date format is ISO 8601.",
2715
+ "description": "The end date of the special date. The accepted date format is ISO 8601",
2571
2716
  "type": "string"
2572
2717
  },
2573
2718
  "type": {
2574
- "description": "The type of the special date - one of the types defined in the legend.",
2719
+ "description": "The type of the special date - one of the types defined in the legend",
2575
2720
  "oneOf": [
2576
2721
  {
2577
2722
  "enum": [
@@ -2611,15 +2756,15 @@
2611
2756
  "additionalProperties": false,
2612
2757
  "properties": {
2613
2758
  "category": {
2614
- "description": "Defines which card component describes the legend item. Available categories: \"calendar\" (represented as square) or \"appointment\" (circle).",
2759
+ "description": "Defines which card component describes the legend item. Available categories: \"calendar\" (represented as square) or \"appointment\" (circle)",
2615
2760
  "type": "string"
2616
2761
  },
2617
2762
  "text": {
2618
- "description": "The describing information of the item.",
2763
+ "description": "The describing information of the item",
2619
2764
  "type": "string"
2620
2765
  },
2621
2766
  "type": {
2622
- "description": "The type of the legend item corresponding with the described component.",
2767
+ "description": "The type of the legend item corresponding with the described component",
2623
2768
  "oneOf": [
2624
2769
  {
2625
2770
  "enum": [
@@ -2659,26 +2804,26 @@
2659
2804
  "additionalProperties": false,
2660
2805
  "properties": {
2661
2806
  "startDate": {
2662
- "description": "The start date of the item. The accepted date format is ISO 8601.",
2807
+ "description": "The start date of the item. The accepted date format is ISO 8601",
2663
2808
  "type": "string"
2664
2809
  },
2665
2810
  "endDate": {
2666
- "description": "The end date of the item. The accepted date format is ISO 8601.",
2811
+ "description": "The end date of the item. The accepted date format is ISO 8601",
2667
2812
  "type": "string"
2668
2813
  },
2669
2814
  "title": {
2670
- "description": "The title of the item.",
2815
+ "description": "The title of the item",
2671
2816
  "type": "string"
2672
2817
  },
2673
2818
  "text": {
2674
- "description": "The additional information of the item.",
2819
+ "description": "The additional information of the item",
2675
2820
  "type": "string"
2676
2821
  },
2677
2822
  "icon": {
2678
2823
  "$ref": "#/definitions/simpleIcon"
2679
2824
  },
2680
2825
  "type": {
2681
- "description": "The type of the item - one of the types defined in the legend.",
2826
+ "description": "The type of the item - one of the types defined in the legend",
2682
2827
  "oneOf": [
2683
2828
  {
2684
2829
  "enum": [
@@ -2709,11 +2854,18 @@
2709
2854
  "$ref": "#/definitions/simpleBinding"
2710
2855
  }
2711
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
+ }
2712
2864
  }
2713
2865
  }
2714
2866
  },
2715
2867
  "ContentType.Calendar.SpecialDate": {
2716
- "description": "Describes each specialDate.",
2868
+ "description": "Describes each specialDate",
2717
2869
  "type": "object",
2718
2870
  "additionalProperties": false,
2719
2871
  "properties": {
@@ -2721,13 +2873,13 @@
2721
2873
  "$ref": "#/definitions/ContentType.Calendar.SpecialDate.Template"
2722
2874
  },
2723
2875
  "path": {
2724
- "description": "Defines the path to the structure holding the data about the specialDates.",
2876
+ "description": "Defines the path to the structure holding the data about the specialDates",
2725
2877
  "type": "string"
2726
2878
  }
2727
2879
  }
2728
2880
  },
2729
2881
  "ContentType.Calendar.LegendItem": {
2730
- "description": "Describes each legendItem.",
2882
+ "description": "Describes each legendItem",
2731
2883
  "type": "object",
2732
2884
  "additionalProperties": false,
2733
2885
  "properties": {
@@ -2735,13 +2887,13 @@
2735
2887
  "$ref": "#/definitions/ContentType.Calendar.LegendItem.Template"
2736
2888
  },
2737
2889
  "path": {
2738
- "description": "Defines the path to the structure holding the data about the legendItems.",
2890
+ "description": "Defines the path to the structure holding the data about the legendItems",
2739
2891
  "type": "string"
2740
2892
  }
2741
2893
  }
2742
2894
  },
2743
2895
  "ContentType.Calendar.Item": {
2744
- "description": "Describes each item.",
2896
+ "description": "Describes each item",
2745
2897
  "type": "object",
2746
2898
  "additionalProperties": false,
2747
2899
  "properties": {
@@ -2749,7 +2901,7 @@
2749
2901
  "$ref": "#/definitions/ContentType.Calendar.Item.Template"
2750
2902
  },
2751
2903
  "path": {
2752
- "description": "Defines the path to the structure holding the data about the items.",
2904
+ "description": "Defines the path to the structure holding the data about the items",
2753
2905
  "type": "string"
2754
2906
  }
2755
2907
  }
@@ -2797,6 +2949,7 @@
2797
2949
  {
2798
2950
  "type": "object",
2799
2951
  "additionalProperties": false,
2952
+ "description": "[Deprecated]",
2800
2953
  "properties": {
2801
2954
  "url": {
2802
2955
  "type": "string"
@@ -2827,15 +2980,15 @@
2827
2980
  "additionalProperties": false,
2828
2981
  "properties": {
2829
2982
  "title": {
2830
- "description": "Defines a title of the column; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
2983
+ "description": "Represents a title of the column; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2831
2984
  "type": "string"
2832
2985
  },
2833
2986
  "width": {
2834
- "description": "Defines the width of the column.",
2987
+ "description": "Defines the width of the column",
2835
2988
  "type": "string"
2836
2989
  },
2837
2990
  "hAlign": {
2838
- "description": "Defines the horizontal alignment of the column content.",
2991
+ "description": "Defines the horizontal alignment of the column content",
2839
2992
  "oneOf": [
2840
2993
  {
2841
2994
  "$ref": "#/definitions/textAlign"
@@ -2846,15 +2999,15 @@
2846
2999
  ]
2847
3000
  },
2848
3001
  "value": {
2849
- "description": "Represents the text value of the column.",
3002
+ "description": "Represents the text value of the column",
2850
3003
  "type": "string"
2851
3004
  },
2852
3005
  "icon": {
2853
- "description": "Represents column with icon.",
3006
+ "description": "Represents column with icon",
2854
3007
  "$ref": "#/definitions/icon"
2855
3008
  },
2856
3009
  "state": {
2857
- "description": "Defines the state of the column.",
3010
+ "description": "Defines the state of the column",
2858
3011
  "oneOf": [
2859
3012
  {
2860
3013
  "$ref": "#/definitions/state"
@@ -2865,11 +3018,11 @@
2865
3018
  ]
2866
3019
  },
2867
3020
  "url": {
2868
- "description": "Defines the URL string.",
3021
+ "description": "[Deprecated] Defines the URL string",
2869
3022
  "type": "string"
2870
3023
  },
2871
3024
  "target": {
2872
- "description": "Specifies where to open the 'url', if it is provided.",
3025
+ "description": "[Deprecated] Specifies where to open the 'url', if it is provided",
2873
3026
  "type": "string",
2874
3027
  "oneOf": [
2875
3028
  {
@@ -2897,6 +3050,13 @@
2897
3050
  "visible": {
2898
3051
  "description": "Represents the visibility state of the column",
2899
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
+ }
2900
3060
  }
2901
3061
  }
2902
3062
  },
@@ -2915,19 +3075,19 @@
2915
3075
  "additionalProperties": false,
2916
3076
  "properties": {
2917
3077
  "icon": {
2918
- "description": "Defines the icon of the item.",
3078
+ "description": "Defines the icon of the item",
2919
3079
  "$ref": "#/definitions/icon"
2920
3080
  },
2921
3081
  "label": {
2922
- "description": "Defines the label of the item.",
3082
+ "description": "Defines the label of the item",
2923
3083
  "type": "string"
2924
3084
  },
2925
3085
  "value": {
2926
- "description": "Represents the text, which is associated with the label.",
3086
+ "description": "Represents the text, which is associated with the label",
2927
3087
  "type": "string"
2928
3088
  },
2929
3089
  "type": {
2930
- "description": "Defines the type of the displayed information.",
3090
+ "description": "[Deprecated] Defines the type of the displayed information",
2931
3091
  "type": "string",
2932
3092
  "oneOf": [
2933
3093
  {
@@ -2945,11 +3105,11 @@
2945
3105
  ]
2946
3106
  },
2947
3107
  "url": {
2948
- "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'",
2949
3109
  "type": "string"
2950
3110
  },
2951
3111
  "target": {
2952
- "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'",
2953
3113
  "oneOf": [
2954
3114
  {
2955
3115
  "$ref": "#/definitions/target"
@@ -2960,9 +3120,16 @@
2960
3120
  ]
2961
3121
  },
2962
3122
  "emailSubject": {
2963
- "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'",
2964
3124
  "type": "string"
2965
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
+ },
2966
3133
  "visible": {
2967
3134
  "description": "Represents the visibility state of the item",
2968
3135
  "$ref": "#/definitions/visibility"
@@ -2972,14 +3139,17 @@
2972
3139
  "ContentType.Object.Group": {
2973
3140
  "description": "Represents a group of information for an object",
2974
3141
  "type": "object",
3142
+ "required": [
3143
+ "items"
3144
+ ],
2975
3145
  "additionalProperties": false,
2976
3146
  "properties": {
2977
3147
  "title": {
2978
- "description": "Defines a title of the object group; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3148
+ "description": "Represents a title of the object group; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2979
3149
  "type": "string"
2980
3150
  },
2981
3151
  "items": {
2982
- "description": "Represents items of information.",
3152
+ "description": "Represents items of information",
2983
3153
  "type": "array",
2984
3154
  "items": {
2985
3155
  "$ref": "#/definitions/ContentType.Object.Item"
@@ -3008,23 +3178,23 @@
3008
3178
  "additionalProperties": false,
3009
3179
  "properties": {
3010
3180
  "title": {
3011
- "description": "The title of the timeline item.",
3181
+ "description": "The title of the timeline item",
3012
3182
  "$ref": "#/definitions/field"
3013
3183
  },
3014
3184
  "description": {
3015
- "description": "The description of the timeline item.",
3185
+ "description": "The description of the timeline item",
3016
3186
  "$ref": "#/definitions/field"
3017
3187
  },
3018
3188
  "dateTime": {
3019
- "description": "The dateTime value of the timeline item.",
3189
+ "description": "The dateTime value of the timeline item",
3020
3190
  "$ref": "#/definitions/field"
3021
3191
  },
3022
3192
  "owner": {
3023
- "description": "The owner of the timeline item.",
3193
+ "description": "The owner of the timeline item",
3024
3194
  "$ref": "#/definitions/field"
3025
3195
  },
3026
3196
  "ownerImage": {
3027
- "description": "The owner image of the timeline item.",
3197
+ "description": "The owner image of the timeline item",
3028
3198
  "properties": {
3029
3199
  "value": {
3030
3200
  "type": "string"
@@ -3032,7 +3202,7 @@
3032
3202
  }
3033
3203
  },
3034
3204
  "icon": {
3035
- "description": "The icon of the timeline item.",
3205
+ "description": "The icon of the timeline item",
3036
3206
  "$ref": "#/definitions/simpleIcon"
3037
3207
  }
3038
3208
  }
@@ -3048,6 +3218,56 @@
3048
3218
  }
3049
3219
  ]
3050
3220
  },
3221
+ "ContentType.Analytical.Field": {
3222
+ "type": "object",
3223
+ "additionalProperties": false,
3224
+ "properties": {
3225
+ "type": {
3226
+ "description": "The type of the feed",
3227
+ "oneOf": [
3228
+ {
3229
+ "enum": [
3230
+ "Measure",
3231
+ "Dimension"
3232
+ ]
3233
+ },
3234
+ {
3235
+ "$ref": "#/definitions/simpleBinding"
3236
+ }
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
+ },
3051
3271
  "ContentType.Analytical.AxisText": {
3052
3272
  "description": "Represents descriptive text of the axis",
3053
3273
  "type": "object",
@@ -3065,26 +3285,26 @@
3065
3285
  "additionalProperties": false,
3066
3286
  "properties": {
3067
3287
  "visible": {
3068
- "description": "Represents the visibility state of the dataLabel",
3288
+ "description": "Visibility of the data labels",
3069
3289
  "$ref": "#/definitions/visibility"
3070
3290
  },
3071
3291
  "showTotal": {
3072
- "description": "Represents the visibility state of 'show total' indicator",
3292
+ "description": "Visibility of data label for total value in some charts",
3073
3293
  "$ref": "#/definitions/visibility"
3074
3294
  }
3075
3295
  }
3076
3296
  },
3077
3297
  "ContentType.Analytical.Legend": {
3078
- "description": "Represents chart legend attributes",
3298
+ "description": "[Deprecated] Represents chart legend attributes",
3079
3299
  "type": "object",
3080
3300
  "additionalProperties": false,
3081
3301
  "properties": {
3082
3302
  "visible": {
3083
- "description": "Represent the visibility state of the legend",
3303
+ "description": "Defines whether the legend will be visible",
3084
3304
  "$ref": "#/definitions/visibility"
3085
3305
  },
3086
3306
  "position": {
3087
- "description": "Representation of where the legend will be positioned",
3307
+ "description": "Defines where the legend will be positioned",
3088
3308
  "type": "string",
3089
3309
  "oneOf": [
3090
3310
  {
@@ -3102,7 +3322,7 @@
3102
3322
  ]
3103
3323
  },
3104
3324
  "alignment": {
3105
- "description": "Representation of how the legend will be aligned",
3325
+ "description": "Defines how the legend will be aligned",
3106
3326
  "type": "string",
3107
3327
  "oneOf": [
3108
3328
  {
@@ -3160,7 +3380,7 @@
3160
3380
  ]
3161
3381
  },
3162
3382
  "text": {
3163
- "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.",
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",
3164
3384
  "oneOf": [
3165
3385
  {
3166
3386
  "type": "string",
@@ -3172,7 +3392,7 @@
3172
3392
  ]
3173
3393
  },
3174
3394
  "size": {
3175
- "description": "[Experimental] The size of the icon.",
3395
+ "description": "[Experimental] The size of the icon",
3176
3396
  "oneOf": [
3177
3397
  {
3178
3398
  "enum": [
@@ -3203,12 +3423,34 @@
3203
3423
  ],
3204
3424
  "default": "None"
3205
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
+ },
3206
3448
  "field": {
3207
3449
  "type": "object",
3208
3450
  "additionalProperties": false,
3209
3451
  "properties": {
3210
3452
  "label": {
3211
- "description": "Represents a label of the field; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3453
+ "description": "Represents a label of the field; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3212
3454
  "type": "string"
3213
3455
  },
3214
3456
  "value": {
@@ -3217,13 +3459,47 @@
3217
3459
  }
3218
3460
  }
3219
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
+ },
3220
3496
  "ContentType.List.Item": {
3221
3497
  "description": "The template for all items",
3222
3498
  "type": "object",
3223
3499
  "additionalProperties": false,
3224
3500
  "properties": {
3225
3501
  "title": {
3226
- "description": "The title of the item.",
3502
+ "description": "The title of the item",
3227
3503
  "oneOf": [
3228
3504
  {
3229
3505
  "$ref": "#/definitions/field"
@@ -3234,7 +3510,7 @@
3234
3510
  ]
3235
3511
  },
3236
3512
  "description": {
3237
- "description": "The description of the item.",
3513
+ "description": "The description of the item",
3238
3514
  "oneOf": [
3239
3515
  {
3240
3516
  "$ref": "#/definitions/field"
@@ -3245,28 +3521,12 @@
3245
3521
  ]
3246
3522
  },
3247
3523
  "info": {
3248
- "type": "object",
3249
- "additionalProperties": false,
3250
- "properties": {
3251
- "value": {
3252
- "type": "string",
3253
- "description": "The value of the field"
3254
- },
3255
- "state": {
3256
- "oneOf": [
3257
- {
3258
- "$ref": "#/definitions/state"
3259
- },
3260
- {
3261
- "$ref": "#/definitions/simpleBinding"
3262
- }
3263
- ]
3264
- }
3265
- }
3524
+ "description": "Defines an additional information text",
3525
+ "$ref": "#/definitions/ContentType.List.Item.ValueStateItem"
3266
3526
  },
3267
3527
  "highlight": {
3268
3528
  "type": "string",
3269
- "description": "The highlight of the item.",
3529
+ "description": "The highlight of the item",
3270
3530
  "oneOf": [
3271
3531
  {
3272
3532
  "$ref": "#/definitions/state"
@@ -3279,8 +3539,30 @@
3279
3539
  "icon": {
3280
3540
  "$ref": "#/definitions/icon"
3281
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
+ },
3282
3564
  "actions": {
3283
- "description": "Defines actions that can be applied on the item.",
3565
+ "description": "Defines actions that can be applied on the item",
3284
3566
  "type": "array",
3285
3567
  "items": {
3286
3568
  "$ref": "#/definitions/action"
@@ -3288,9 +3570,20 @@
3288
3570
  },
3289
3571
  "chart": {
3290
3572
  "$ref": "#/definitions/Microchart"
3573
+ },
3574
+ "actionsStrip": {
3575
+ "description": "[Experimental] Describes actions strip",
3576
+ "type": "array",
3577
+ "items": {
3578
+ "$ref": "#/definitions/actionsStripItem"
3579
+ }
3291
3580
  }
3292
3581
  }
3293
3582
  },
3583
+ "minHeight": {
3584
+ "description": "Defines the min-height of the Content as a CSS value",
3585
+ "type": "string"
3586
+ },
3294
3587
  "Enums.ValueColor": {
3295
3588
  "enum": [
3296
3589
  "Critical",
@@ -3306,7 +3599,7 @@
3306
3599
  "additionalProperties": false,
3307
3600
  "properties": {
3308
3601
  "title": {
3309
- "description": "Represents a title of the side indicator; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3602
+ "description": "Represents a title of the side indicator",
3310
3603
  "type": "string"
3311
3604
  },
3312
3605
  "number": {
@@ -3316,6 +3609,19 @@
3316
3609
  "unit": {
3317
3610
  "description": "Represents unit of measurement of the side indicator",
3318
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
+ ]
3319
3625
  }
3320
3626
  }
3321
3627
  },
@@ -3365,12 +3671,12 @@
3365
3671
  }
3366
3672
  },
3367
3673
  "status": {
3368
- "description": "Represents status attributes.",
3674
+ "description": "Represents status attributes",
3369
3675
  "type": "object",
3370
3676
  "additionalProperties": false,
3371
3677
  "properties": {
3372
3678
  "text": {
3373
- "description": "Represents status text.",
3679
+ "description": "Represents status text",
3374
3680
  "oneOf": [
3375
3681
  {
3376
3682
  "type": "string"
@@ -3412,7 +3718,7 @@
3412
3718
  ]
3413
3719
  },
3414
3720
  "text": {
3415
- "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.",
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",
3416
3722
  "oneOf": [
3417
3723
  {
3418
3724
  "type": "string",
@@ -3442,6 +3748,7 @@
3442
3748
  "oneOf": [
3443
3749
  {
3444
3750
  "enum": [
3751
+ "Custom",
3445
3752
  "Navigation",
3446
3753
  "Submit"
3447
3754
  ]
@@ -3473,7 +3780,7 @@
3473
3780
  "$ref": "#/definitions/parameters"
3474
3781
  },
3475
3782
  "target": {
3476
- "description": "Specifies where to open the 'url', if it is provided.",
3783
+ "description": "Specifies where to open the 'url', if it is provided",
3477
3784
  "type": "string",
3478
3785
  "oneOf": [
3479
3786
  {
@@ -3495,22 +3802,22 @@
3495
3802
  "type": "object",
3496
3803
  "properties": {
3497
3804
  "type": {
3498
- "description": "Represents the type of the header.",
3805
+ "description": "Represents the type of the header",
3499
3806
  "type": "string",
3500
3807
  "enum": [
3501
3808
  "Numeric"
3502
3809
  ]
3503
3810
  },
3504
3811
  "title": {
3505
- "description": "Represents a title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3812
+ "description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3506
3813
  "type": "string"
3507
3814
  },
3508
3815
  "subTitle": {
3509
- "description": "Represents a subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3816
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3510
3817
  "type": "string"
3511
3818
  },
3512
3819
  "actions": {
3513
- "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",
3514
3821
  "type": "array",
3515
3822
  "items": {
3516
3823
  "$ref": "#/definitions/action"
@@ -3520,18 +3827,34 @@
3520
3827
  "$ref": "#/definitions/data"
3521
3828
  },
3522
3829
  "unitOfMeasurement": {
3523
- "description": "Represents unit of measurement for the whole numeric header.",
3830
+ "description": "Represents unit of measurement for the whole numeric header",
3524
3831
  "type": "string"
3525
3832
  },
3526
3833
  "mainIndicator": {
3527
3834
  "$ref": "#/definitions/HeaderType.Numeric.MainIndicator"
3528
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
+ },
3529
3852
  "details": {
3530
- "description": "Represents additional information about the numeric header.",
3853
+ "description": "Represents additional information about the numeric header",
3531
3854
  "type": "string"
3532
3855
  },
3533
3856
  "sideIndicators": {
3534
- "description": "Multiple side indicators that relate to the main numeric indicator.",
3857
+ "description": "Multiple side indicators that relate to the main numeric indicator",
3535
3858
  "type": "array",
3536
3859
  "maxItems": 2,
3537
3860
  "items": {
@@ -3539,7 +3862,7 @@
3539
3862
  }
3540
3863
  },
3541
3864
  "status": {
3542
- "description": "Represents the status of the card.",
3865
+ "description": "Represents the status of the card",
3543
3866
  "$ref": "#/definitions/status"
3544
3867
  }
3545
3868
  }
@@ -3550,22 +3873,22 @@
3550
3873
  "type": "object",
3551
3874
  "properties": {
3552
3875
  "type": {
3553
- "description": "Represents the type of the header.",
3876
+ "description": "Represents the type of the header",
3554
3877
  "type": "string",
3555
3878
  "enum": [
3556
3879
  "Default"
3557
3880
  ]
3558
3881
  },
3559
3882
  "title": {
3560
- "description": "Represents a title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3883
+ "description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3561
3884
  "type": "string"
3562
3885
  },
3563
3886
  "subTitle": {
3564
- "description": "Represents a subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
3887
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3565
3888
  "type": "string"
3566
3889
  },
3567
3890
  "actions": {
3568
- "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",
3569
3892
  "type": "array",
3570
3893
  "items": {
3571
3894
  "$ref": "#/definitions/action"
@@ -3575,21 +3898,42 @@
3575
3898
  "$ref": "#/definitions/data"
3576
3899
  },
3577
3900
  "icon": {
3578
- "description": "Represents the icon of the card.",
3901
+ "description": "Represents the icon of the card",
3579
3902
  "$ref": "#/definitions/iconWithoutSize"
3580
3903
  },
3581
3904
  "status": {
3582
- "description": "Represents the status of the card.",
3905
+ "description": "Represents the status of the card",
3583
3906
  "$ref": "#/definitions/status"
3584
3907
  }
3585
3908
  }
3586
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
+ },
3587
3931
  "ContentType.AdaptiveCard": {
3588
3932
  "description": "Represents AdaptiveCard content",
3589
3933
  "$ref": "https://adaptivecards.io/schemas/adaptive-card.json#/definitions/AdaptiveCard"
3590
3934
  },
3591
3935
  "ContentType.Calendar": {
3592
- "description": "The calendar card is used to display a schedule of a single entity (such as person, resource) for a selected time interval.",
3936
+ "description": "The calendar card is used to display a schedule of a single entity (such as person, resource) for a selected time interval",
3593
3937
  "type": "object",
3594
3938
  "additionalProperties": false,
3595
3939
  "properties": {
@@ -3606,7 +3950,7 @@
3606
3950
  "$ref": "#/definitions/ContentType.Calendar.SpecialDate"
3607
3951
  },
3608
3952
  "date": {
3609
- "description": "The initial date of the calendar which appointments are initially shown. The accepted date format is ISO 8601.",
3953
+ "description": "The initial date of the calendar which appointments are initially shown. The accepted date format is ISO 8601",
3610
3954
  "oneOf": [
3611
3955
  {
3612
3956
  "type": "string"
@@ -3654,7 +3998,7 @@
3654
3998
  "type": "object",
3655
3999
  "properties": {
3656
4000
  "actions": {
3657
- "description": "Represents an action that can be applied on he button showing there are more items than the shown.",
4001
+ "description": "Represents an action that can be applied on he button showing there are more items than the shown",
3658
4002
  "type": "array",
3659
4003
  "items": {
3660
4004
  "$ref": "#/definitions/action"
@@ -3664,6 +4008,16 @@
3664
4008
  }
3665
4009
  }
3666
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
+ },
3667
4021
  "ContentType.Object": {
3668
4022
  "description": "Represents object content attributes",
3669
4023
  "type": "object",
@@ -3680,7 +4034,7 @@
3680
4034
  }
3681
4035
  },
3682
4036
  "actions": {
3683
- "description": "Defines actions that can be applied on the content.",
4037
+ "description": "Defines actions that can be applied on the content",
3684
4038
  "type": "array",
3685
4039
  "items": {
3686
4040
  "$ref": "#/definitions/action"
@@ -3702,14 +4056,14 @@
3702
4056
  "additionalProperties": false,
3703
4057
  "properties": {
3704
4058
  "columns": {
3705
- "description": "Defines the columns attributes.",
4059
+ "description": "Defines the columns attributes",
3706
4060
  "type": "array",
3707
4061
  "items": {
3708
4062
  "$ref": "#/definitions/ContentType.Table.Column"
3709
4063
  }
3710
4064
  },
3711
4065
  "actions": {
3712
- "description": "Defines actions that can be applied on the item.",
4066
+ "description": "Defines actions that can be applied on the item",
3713
4067
  "type": "array",
3714
4068
  "items": {
3715
4069
  "$ref": "#/definitions/action"
@@ -3727,6 +4081,9 @@
3727
4081
  "$ref": "#/definitions/simpleBinding"
3728
4082
  }
3729
4083
  ]
4084
+ },
4085
+ "group": {
4086
+ "$ref": "#/definitions/group"
3730
4087
  }
3731
4088
  }
3732
4089
  },
@@ -3742,11 +4099,42 @@
3742
4099
  "description": "Defines the timeline item",
3743
4100
  "$ref": "#/definitions/ContentType.Timeline.Item"
3744
4101
  },
3745
- "maxItems": {
3746
- "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",
3747
4135
  "oneOf": [
3748
4136
  {
3749
- "type": "number"
4137
+ "type": "object"
3750
4138
  },
3751
4139
  {
3752
4140
  "$ref": "#/definitions/simpleBinding"
@@ -3764,27 +4152,36 @@
3764
4152
  "$ref": "#/definitions/data"
3765
4153
  },
3766
4154
  "chartType": {
3767
- "description": "Describes the type of the chart",
4155
+ "description": "The type of the chart",
3768
4156
  "type": "string",
3769
4157
  "oneOf": [
3770
4158
  {
3771
- "enum": [
3772
- "Line",
3773
- "StackedColumn",
3774
- "StackedBar",
3775
- "Donut"
3776
- ]
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"
3777
4171
  },
3778
4172
  {
3779
4173
  "$ref": "#/definitions/simpleBinding"
3780
4174
  }
3781
4175
  ]
3782
4176
  },
4177
+ "minHeight": {
4178
+ "$ref": "#/definitions/minHeight"
4179
+ },
3783
4180
  "legend": {
3784
4181
  "$ref": "#/definitions/ContentType.Analytical.Legend"
3785
4182
  },
3786
4183
  "plotArea": {
3787
- "description": "Describes the plotArea properties",
4184
+ "description": "[Deprecated] Describes the plotArea properties",
3788
4185
  "type": "object",
3789
4186
  "additionalProperties": false,
3790
4187
  "properties": {
@@ -3800,7 +4197,7 @@
3800
4197
  }
3801
4198
  },
3802
4199
  "title": {
3803
- "description": "Represents title attributes",
4200
+ "description": "[Deprecated] Represents title attributes",
3804
4201
  "type": "object",
3805
4202
  "additionalProperties": false,
3806
4203
  "properties": {
@@ -3817,7 +4214,7 @@
3817
4214
  ]
3818
4215
  },
3819
4216
  "text": {
3820
- "description": "Represents title text",
4217
+ "description": "Represents a title text",
3821
4218
  "type": "string"
3822
4219
  },
3823
4220
  "alignment": {
@@ -3839,31 +4236,71 @@
3839
4236
  }
3840
4237
  },
3841
4238
  "measureAxis": {
3842
- "description": "Represents the value set for measure axis",
4239
+ "description": "[Deprecated] Represents the value set for measure axis",
3843
4240
  "type": "string"
3844
4241
  },
3845
4242
  "dimensionAxis": {
3846
- "description": "Represents the value set for dimension axis",
4243
+ "description": "[Deprecated] Represents the value set for dimension axis",
3847
4244
  "type": "string"
3848
4245
  },
3849
4246
  "dimensions": {
3850
4247
  "type": "array",
3851
4248
  "items": {
3852
- "$ref": "#/definitions/field"
4249
+ "$ref": "#/definitions/ContentType.Analytical.MeasureAndDimension"
3853
4250
  }
3854
4251
  },
3855
4252
  "measures": {
3856
4253
  "type": "array",
3857
4254
  "items": {
3858
- "$ref": "#/definitions/field"
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"
3859
4263
  }
3860
4264
  },
3861
4265
  "actions": {
3862
- "description": "Defines actions that can be applied on the content.",
4266
+ "description": "Defines actions that can be applied on the content",
3863
4267
  "type": "array",
3864
4268
  "items": {
3865
4269
  "$ref": "#/definitions/action"
3866
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
+ }
3867
4304
  }
3868
4305
  }
3869
4306
  },
@@ -3888,6 +4325,125 @@
3888
4325
  "$ref": "#/definitions/simpleBinding"
3889
4326
  }
3890
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
+ ]
3891
4447
  }
3892
4448
  }
3893
4449
  },
@@ -3920,7 +4476,7 @@
3920
4476
  "pattern": "^[a-zA-Z0-9_\\.\\-/|@#]*$"
3921
4477
  },
3922
4478
  "json": {
3923
- "description": "The data to be used directly. Without making requests.",
4479
+ "description": "The data to be used directly. Without making requests",
3924
4480
  "type": [
3925
4481
  "object",
3926
4482
  "array"
@@ -3931,7 +4487,7 @@
3931
4487
  "$ref": "#/definitions/service"
3932
4488
  },
3933
4489
  "updateInterval": {
3934
- "description": "Represents interval in seconds, after which a new data request will be triggered.",
4490
+ "description": "Represents interval in seconds, after which a new data request will be triggered",
3935
4491
  "oneOf": [
3936
4492
  {
3937
4493
  "type": "number"
@@ -3942,55 +4498,153 @@
3942
4498
  ]
3943
4499
  },
3944
4500
  "extension": {
3945
- "description": "[Experimental] Provides a way to request data via extension.",
4501
+ "description": "[Experimental] Provides a way to request data via extension",
3946
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"
3947
4507
  }
3948
4508
  }
3949
4509
  },
3950
4510
  "Configuration.Destinations": {
3951
- "description": "Represents a configuration for a cloud platform destination.",
4511
+ "description": "Represents a configuration for a cloud platform destination",
3952
4512
  "type": "object",
3953
4513
  "additionalProperties": false,
3954
4514
  "properties": {
3955
4515
  "name": {
3956
- "description": "The name of the destination. Use the same name which is used in Cloud Platform.",
4516
+ "description": "The name of the destination. Use the same name which is used in Cloud Platform",
3957
4517
  "type": "string"
3958
4518
  },
3959
4519
  "label": {
3960
- "description": "Label for the destination for user-friendly visualization in the design-time editor.",
4520
+ "description": "Label for the destination for user-friendly visualization in the design-time editor",
3961
4521
  "type": "string"
3962
4522
  },
3963
4523
  "description": {
3964
- "description": "Description of the destination for user-friendly visualization in the design-time editor.",
4524
+ "description": "Description of the destination for user-friendly visualization in the design-time editor",
3965
4525
  "type": "string"
3966
4526
  },
3967
4527
  "defaultUrl": {
3968
- "description": "A default url which will be used if there is no Host associated with the card.",
4528
+ "description": "A default url which will be used if there is no Host associated with the card",
3969
4529
  "type": "string"
3970
4530
  }
3971
4531
  }
3972
4532
  },
3973
- "Configuration.Filter": {
3974
- "description": "[Experimental] Represents a filter definition.",
4533
+ "Configuration.FilterType.DateRange": {
4534
+ "description": "Date range filter",
3975
4535
  "type": "object",
3976
4536
  "additionalProperties": false,
3977
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",
4554
+ "type": "string"
4555
+ },
4556
+ "description": {
4557
+ "description": "Description of the filter for user-friendly visualization in the design-time editor",
4558
+ "type": "string"
4559
+ },
3978
4560
  "value": {
3979
- "description": "The value of the filter."
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
+ }
4571
+ }
3980
4572
  },
4573
+ "options": {
4574
+ "description": "Options that will appear in the dropdown",
4575
+ "type": "array",
4576
+ "items": {
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
+ ]
4616
+ }
4617
+ }
4618
+ }
4619
+ },
4620
+ "Configuration.FilterType.Select": {
4621
+ "description": "[Experimental] Select filter",
4622
+ "type": "object",
4623
+ "additionalProperties": false,
4624
+ "properties": {
3981
4625
  "type": {
3982
- "description": "The type of the value for the filter.",
3983
- "$ref": "#/definitions/Configuration.BasicDataType"
4626
+ "description": "The type of the filter",
4627
+ "oneOf": [
4628
+ {
4629
+ "const": "Select"
4630
+ },
4631
+ {
4632
+ "$ref": "#/definitions/simpleBinding"
4633
+ }
4634
+ ]
4635
+ },
4636
+ "value": {
4637
+ "description": "The value of the filter"
3984
4638
  },
3985
4639
  "data": {
3986
4640
  "$ref": "#/definitions/data"
3987
4641
  },
3988
4642
  "label": {
3989
- "description": "Label for the filter for user-friendly visualization in the design-time editor.",
4643
+ "description": "Label for the filter for user-friendly visualization in the design-time editor",
3990
4644
  "type": "string"
3991
4645
  },
3992
4646
  "description": {
3993
- "description": "Description of the filter for user-friendly visualization in the design-time editor.",
4647
+ "description": "Description of the filter for user-friendly visualization in the design-time editor",
3994
4648
  "type": "string"
3995
4649
  },
3996
4650
  "items": {
@@ -4009,7 +4663,7 @@
4009
4663
  "$ref": "#/definitions/Configuration.Filter.Item"
4010
4664
  },
4011
4665
  "path": {
4012
- "description": "Defines the path to the structure holding the data about the items.",
4666
+ "description": "Defines the path to the structure holding the data about the items",
4013
4667
  "type": "string",
4014
4668
  "default": "/",
4015
4669
  "pattern": "^[a-zA-Z0-9_\\.\\-/|@#]*$"
@@ -4019,23 +4673,23 @@
4019
4673
  }
4020
4674
  },
4021
4675
  "Configuration.Parameter": {
4022
- "description": "Represents configuration parameter.",
4676
+ "description": "Represents configuration parameter",
4023
4677
  "type": "object",
4024
4678
  "additionalProperties": false,
4025
4679
  "properties": {
4026
4680
  "value": {
4027
- "description": "The value of the parameter."
4681
+ "description": "The value of the parameter"
4028
4682
  },
4029
4683
  "type": {
4030
- "description": "The type of the value for the parameter.",
4684
+ "description": "The type of the value for the parameter",
4031
4685
  "$ref": "#/definitions/Configuration.BasicDataType"
4032
4686
  },
4033
4687
  "label": {
4034
- "description": "Label for the parameter for user-friendly visualization in the design-time editor.",
4688
+ "description": "Label for the parameter for user-friendly visualization in the design-time editor",
4035
4689
  "type": "string"
4036
4690
  },
4037
4691
  "description": {
4038
- "description": "Description of the parameter for user-friendly visualization in the design-time editor.",
4692
+ "description": "Description of the parameter for user-friendly visualization in the design-time editor",
4039
4693
  "type": "string"
4040
4694
  }
4041
4695
  }
@@ -4559,34 +5213,53 @@
4559
5213
  "type": "string"
4560
5214
  },
4561
5215
  "implementingComponent_def": {
4562
- "type": "object",
4563
- "additionalProperties": false,
4564
- "required": [
4565
- "componentName"
4566
- ],
4567
- "properties": {
4568
- "componentName": {
4569
- "description": "Represents the name of the component to be loaded inside the canvas",
4570
- "type": "string",
4571
- "pattern": "^([a-zA-Z][a-zA-Z0-9_]{0,39})(\\.[a-zA-Z][a-zA-Z0-9_]{0,39})*$"
4572
- },
4573
- "binding": {
4574
- "description": " Represents a binding string to indicate, how the reuse component should be bound relative to the containing page or absolute ",
4575
- "type": "string"
4576
- },
4577
- "settings": {
4578
- "$ref": "#/definitions/component_setting_def"
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
+ }
4579
5239
  },
4580
- "pages": {
5240
+ {
4581
5241
  "type": "object",
4582
5242
  "additionalProperties": false,
4583
- "patternProperties": {
4584
- "^[a-zA-Z0-9_\\.\\-]+[\\|]?[a-zA-Z0-9_\\.\\-]+$": {
4585
- "$ref": "#/definitions/pages_map"
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"
4586
5259
  }
4587
5260
  }
4588
5261
  }
4589
- }
5262
+ ]
4590
5263
  },
4591
5264
  "routingSpec_def": {
4592
5265
  "type": "object",
@@ -4662,6 +5335,19 @@
4662
5335
  }
4663
5336
  }
4664
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
+ },
4665
5351
  "component_setting_def": {
4666
5352
  "description": "Represents the settings specific to one component",
4667
5353
  "type": "object"
@@ -4770,6 +5456,20 @@
4770
5456
  "target": {
4771
5457
  "description": "Represents the pointer to a semantic object",
4772
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"
4773
5473
  }
4774
5474
  }
4775
5475
  },
@@ -6002,6 +6702,21 @@
6002
6702
  }
6003
6703
  }
6004
6704
  },
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
+ },
6005
6720
  "dataSourceCustom": {
6006
6721
  "type": "object",
6007
6722
  "additionalProperties": false,
@@ -6011,11 +6726,11 @@
6011
6726
  ],
6012
6727
  "properties": {
6013
6728
  "uri": {
6014
- "description": "Represents uri of the data source",
6729
+ "description": "Represents the uri of the data source, should always be given in lower case",
6015
6730
  "type": "string"
6016
6731
  },
6017
6732
  "type": {
6018
- "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON",
6733
+ "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http",
6019
6734
  "type": "string",
6020
6735
  "pattern": "^[a-zA-Z0-9_\\-]+$",
6021
6736
  "not": {
@@ -6025,7 +6740,9 @@
6025
6740
  "INA",
6026
6741
  "XML",
6027
6742
  "JSON",
6028
- "FHIR"
6743
+ "FHIR",
6744
+ "WebSocket",
6745
+ "http"
6029
6746
  ]
6030
6747
  }
6031
6748
  },
@@ -6054,7 +6771,7 @@
6054
6771
  "type": "string"
6055
6772
  },
6056
6773
  "type": {
6057
- "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON",
6774
+ "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http",
6058
6775
  "type": "string",
6059
6776
  "enum": [
6060
6777
  "OData",
@@ -6062,7 +6779,9 @@
6062
6779
  "INA",
6063
6780
  "XML",
6064
6781
  "JSON",
6065
- "FHIR"
6782
+ "FHIR",
6783
+ "WebSocket",
6784
+ "http"
6066
6785
  ],
6067
6786
  "default": "OData"
6068
6787
  },
@@ -6080,7 +6799,7 @@
6080
6799
  },
6081
6800
  "setting": {
6082
6801
  "type": "object",
6083
- "additionalProperties": false,
6802
+ "additionalProperties": true,
6084
6803
  "properties": {
6085
6804
  "odataVersion": {
6086
6805
  "description": "Represents version of OData: 2.0 is default",
@@ -6105,6 +6824,33 @@
6105
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",
6106
6825
  "type": "number",
6107
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
+ }
6108
6854
  }
6109
6855
  }
6110
6856
  },
@@ -6211,19 +6957,19 @@
6211
6957
  "type": "string"
6212
6958
  },
6213
6959
  "title": {
6214
- "description": "Represents title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
6960
+ "description": "Represents a title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
6215
6961
  "type": "string"
6216
6962
  },
6217
6963
  "subTitle": {
6218
- "description": "Represents subtitle; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
6964
+ "description": "Represents a subtitle; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
6219
6965
  "type": "string"
6220
6966
  },
6221
6967
  "shortTitle": {
6222
- "description": "Represents shorter version of the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
6968
+ "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
6223
6969
  "type": "string"
6224
6970
  },
6225
6971
  "info": {
6226
- "description": "Represents additional information to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
6972
+ "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
6227
6973
  "type": "string"
6228
6974
  },
6229
6975
  "displayMode": {