@sap/ux-specification 1.120.1 → 1.120.3

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.
Files changed (104) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/dist/documentation/runDocu-min.js +4 -4
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/styleDocu.css +4 -0
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  6. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  7. package/dist/documentation/v2/v2-ListReport.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +166 -169
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/package.json +8 -9
  18. package/dist/schemas/v2/ObjectPageConfig.json +232 -167
  19. package/dist/schemas/v2/OverviewPageConfig.json +538 -483
  20. package/dist/schemas/v4/ListReportConfig.json +2 -0
  21. package/dist/src/api.js +2 -2
  22. package/dist/src/api.js.map +1 -1
  23. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  24. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  25. package/dist/src/sync/common/decoration/control.js +8 -1
  26. package/dist/src/sync/common/decoration/control.js.map +1 -1
  27. package/dist/src/sync/common/generate/objectPage.d.ts +5 -5
  28. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  29. package/dist/src/sync/common/generate/objectPage.js +14 -12
  30. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  31. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/generate/utils.js +56 -47
  33. package/dist/src/sync/common/generate/utils.js.map +1 -1
  34. package/dist/src/sync/common/i18n.json +1 -0
  35. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  36. package/dist/src/sync/common/importProject.js +14 -6
  37. package/dist/src/sync/common/importProject.js.map +1 -1
  38. package/dist/src/sync/common/utils.d.ts.map +1 -1
  39. package/dist/src/sync/common/utils.js +53 -46
  40. package/dist/src/sync/common/utils.js.map +1 -1
  41. package/dist/src/sync/v2/application.d.ts +2 -1
  42. package/dist/src/sync/v2/application.d.ts.map +1 -1
  43. package/dist/src/sync/v2/application.js +8 -3
  44. package/dist/src/sync/v2/application.js.map +1 -1
  45. package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
  46. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  47. package/dist/src/sync/v2/export/controls/Card.js +103 -246
  48. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  49. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
  50. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  51. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
  52. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  53. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  54. package/dist/src/sync/v2/export/controls/Table.js +0 -1
  55. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  56. package/dist/src/sync/v2/export/export.d.ts +2 -1
  57. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  58. package/dist/src/sync/v2/export/export.js +37 -61
  59. package/dist/src/sync/v2/export/export.js.map +1 -1
  60. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  61. package/dist/src/sync/v2/export/exportPage.js +0 -14
  62. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  63. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  64. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  65. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  66. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  67. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  68. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  69. package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
  70. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  71. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  72. package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
  73. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  74. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  75. package/dist/src/sync/v2/generate/objectPage.js +51 -51
  76. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  77. package/dist/src/sync/v2/generate/utils.d.ts +17 -5
  78. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  79. package/dist/src/sync/v2/generate/utils.js +24 -7
  80. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  81. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  82. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  83. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  84. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  85. package/dist/src/sync/v2/import/pages/overviewPage.js +63 -60
  86. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  87. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  88. package/dist/src/sync/v4/export/controls/Table.js +4 -10
  89. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  90. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  91. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +8 -1
  92. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  93. package/dist/src/sync/v4/generate/listReport.d.ts +3 -2
  94. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  95. package/dist/src/sync/v4/generate/listReport.js +14 -6
  96. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  97. package/dist/src/sync/v4/generate/objectPage.d.ts +2 -2
  98. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  99. package/dist/src/sync/v4/generate/objectPage.js +269 -91
  100. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  101. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  102. package/dist/src/sync/v4/import/pages/objectPage.js +27 -11
  103. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  104. package/package.json +8 -9
@@ -2,97 +2,122 @@
2
2
  "type": "object",
3
3
  "properties": {
4
4
  "globalFilterModel": {
5
- "description": "globalFilterModel defines the OData model that contains entity definitions relevant for global filters.",
5
+ "description": "Represents the name of global filter OData model, which contains entities definition that are relevant for global filters.",
6
+ "pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
6
7
  "type": "string",
7
8
  "artifactType": "Manifest"
8
9
  },
9
10
  "globalFilterEntityType": {
10
- "description": "globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control.",
11
+ "description": "Represents the entity to use as global filter in the smart filter bar control.",
12
+ "pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
11
13
  "type": "string",
12
14
  "artifactType": "Manifest"
13
15
  },
14
16
  "globalFilterEntitySet": {
15
- "description": "globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control.",
17
+ "description": "Represents the entity set to use as global filter in the smart filter bar control.",
18
+ "pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
16
19
  "type": "string",
17
20
  "artifactType": "Manifest"
18
21
  },
19
- "containerLayout": {
20
- "$ref": "#/definitions/ContainerLayoutType",
21
- "description": "containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed.",
22
+ "showBasicSearch": {
23
+ "description": "Represents a switch to include basic search in the global filters. The default value is false.",
24
+ "type": "boolean",
25
+ "artifactType": "Manifest"
26
+ },
27
+ "disableErrorPage": {
28
+ "description": "Represents a switch to disable the error page shown on load of overview page when no data is retrieved from the backend. The default value is false.",
29
+ "type": "boolean",
22
30
  "artifactType": "Manifest"
23
31
  },
24
32
  "smartVariantRequired": {
25
- "description": "Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true.",
33
+ "description": "Represents a switch to activate smart variant management in the global filters. The default value is true.",
26
34
  "type": "boolean",
27
35
  "artifactType": "Manifest"
28
36
  },
37
+ "bHeaderExpanded": {
38
+ "description": "Represents a switch to show smart filter bar in expanded or collapsed mode. The default value is false.",
39
+ "type": "boolean",
40
+ "artifactType": "Manifest"
41
+ },
42
+ "containerLayout": {
43
+ "$ref": "#/definitions/ContainerLayoutType",
44
+ "description": "Represents the layout of the card container. The default value is fixed.",
45
+ "artifactType": "Manifest"
46
+ },
29
47
  "showDateInRelativeFormat": {
30
- "description": "Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications.",
48
+ "description": "Represents a switch to enable or disable relative or normal date formating. The default value is true.",
49
+ "type": "boolean",
50
+ "artifactType": "Manifest"
51
+ },
52
+ "disableTableCardFlexibility": {
53
+ "description": "Represents a switch to enable or disable the flexibility of table cards. The default value is false.",
31
54
  "type": "boolean",
32
55
  "artifactType": "Manifest"
33
56
  },
34
57
  "enableLiveFilter": {
35
- "description": "Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button..",
58
+ "description": "Represents the switch to activate live update in the global filters, else manual update will be required. The default value is true.",
36
59
  "type": "boolean",
37
60
  "artifactType": "Manifest"
38
61
  },
39
- "imageSupported": {
40
- "description": "imageSupported allows the condensed list card to show images or icons.",
62
+ "enableLazyRendering": {
63
+ "description": "Enable loading of cards when they enter viewport. The default value is false.",
41
64
  "type": "boolean",
42
65
  "artifactType": "Manifest"
43
66
  },
67
+ "refreshStrategyOnAppRestore": {
68
+ "$ref": "#/definitions/RefreshStrategiesPropDef",
69
+ "description": "Represents the refresh strategies configured for OVP while coming back to the source app.",
70
+ "artifactType": "Manifest"
71
+ },
44
72
  "considerAnalyticalParameters": {
45
- "description": "considerAnalyticalParameters enables analytical parameter support for the smart filter bar.",
73
+ "description": "Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false.",
46
74
  "type": "boolean",
47
75
  "artifactType": "Manifest"
48
76
  },
49
77
  "refreshIntervalInMinutes": {
50
- "description": "refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models.",
78
+ "description": "Time interval in minutes to auto refresh the card models. The default value is 1.",
51
79
  "type": "number",
52
80
  "artifactType": "Manifest"
53
81
  },
54
82
  "useDateRangeType": {
55
- "description": "Set useDateRangeType to true to enable semantic date range control for the smart filter bar.",
83
+ "description": "Flag to enable/disable semantic date range control for Smart filter bar. The default value is false.",
56
84
  "type": "boolean",
57
85
  "artifactType": "Manifest"
58
86
  },
59
87
  "chartSettings": {
60
- "description": "Define settings for analytical charts.",
61
- "type": "object",
62
- "properties": {
63
- "showDataLabel": {
64
- "description": "Set the showDataLabel property to true to make data labels visible in analytical cards.",
65
- "type": "boolean"
66
- }
67
- },
68
- "additionalProperties": false,
69
- "artifactType": "Manifest"
88
+ "$ref": "#/definitions/ChartSettingsType",
89
+ "description": "Represents the object to store analytical chart settings."
70
90
  },
71
91
  "filterSettings": {
72
- "description": "The global filter lets end users filter the data displayed on one or more cards.",
92
+ "description": "Represents the object to store filter bar configuration.",
73
93
  "type": "object",
74
94
  "properties": {
75
95
  "dateSettings": {
76
96
  "$ref": "#/definitions/DateRangeOVP",
77
- "description": "You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"
97
+ "description": "Represents the object to store date type filter fields configuration"
78
98
  }
79
99
  },
80
100
  "additionalProperties": false,
81
101
  "artifactType": "Manifest"
82
102
  },
83
- "showBasicSearch": {
84
- "description": "Determines if the basic search shall be part of the global filters.",
85
- "type": "boolean",
86
- "artifactType": "Manifest"
87
- },
88
- "disableErrorPage": {
89
- "description": "Disables the error page of OVP. Error page in OVP appears only when all cards have failed.",
90
- "type": "boolean",
103
+ "dataLoadSettings": {
104
+ "description": "Represents the object to define data loading behaviour for an overview page application",
105
+ "type": "object",
106
+ "additionalProperties": {},
107
+ "properties": {
108
+ "loadDataOnAppLaunch": {
109
+ "$ref": "#/definitions/LoadDataOnAppLaunchType",
110
+ "description": "Data load behaviour options on application launch. The default value is 'always'."
111
+ }
112
+ },
91
113
  "artifactType": "Manifest"
92
114
  },
93
- "bHeaderExpanded": {
94
- "description": "Shows smart filter bar in expanded mode.",
95
- "type": "boolean",
115
+ "resizableLayout": {
116
+ "description": "Represents the resizable layout.",
117
+ "type": "object",
118
+ "additionalProperties": {
119
+ "$ref": "#/definitions/ResizableLayoutVariant"
120
+ },
96
121
  "artifactType": "Manifest"
97
122
  },
98
123
  "cards": {
@@ -135,6 +160,29 @@
135
160
  ],
136
161
  "type": "string"
137
162
  },
163
+ "RefreshStrategiesPropDef": {
164
+ "description": "Represents the refresh strategies configured for external display navigation while coming back to the source app",
165
+ "type": "object",
166
+ "properties": {
167
+ "entitySets": {
168
+ "description": "Represents the map of entity sets configured for refresh strategies",
169
+ "type": "object",
170
+ "additionalProperties": {}
171
+ }
172
+ },
173
+ "additionalProperties": false
174
+ },
175
+ "ChartSettingsType": {
176
+ "type": "object",
177
+ "properties": {
178
+ "showDataLabel": {
179
+ "description": "Flag to enable data labels on analytical charts. The default value is false.",
180
+ "type": "boolean",
181
+ "artifactType": "Manifest"
182
+ }
183
+ },
184
+ "additionalProperties": false
185
+ },
138
186
  "DateRangeOVP": {
139
187
  "type": "object",
140
188
  "properties": {
@@ -418,6 +466,54 @@
418
466
  ],
419
467
  "type": "string"
420
468
  },
469
+ "LoadDataOnAppLaunchType": {
470
+ "enum": [
471
+ "always",
472
+ "ifAnyFilterExist",
473
+ "never"
474
+ ],
475
+ "type": "string"
476
+ },
477
+ "ResizableLayoutVariant": {
478
+ "description": "Represents the resizable layout variant\n\nThis interface was referenced by `undefined`'s JSON-Schema definition\nvia the `patternProperty` \"^cols_[0-9]+$\".",
479
+ "type": "object",
480
+ "additionalProperties": {
481
+ "$ref": "#/definitions/ResizableLayoutVariantCardProperties"
482
+ }
483
+ },
484
+ "ResizableLayoutVariantCardProperties": {
485
+ "description": "Represents the card properties is a layout variant\n\nThis interface was referenced by `ResizableLayoutVariant`'s JSON-Schema definition\nvia the `patternProperty` \"^[a-zA-Z0-9_\\.\\-]+$\".",
486
+ "type": "object",
487
+ "properties": {
488
+ "col": {
489
+ "description": "Represents the grid column",
490
+ "type": "number"
491
+ },
492
+ "row": {
493
+ "description": "Represents the grid row",
494
+ "type": "number"
495
+ },
496
+ "colSpan": {
497
+ "description": "Represents the column span",
498
+ "type": "number"
499
+ },
500
+ "rowSpan": {
501
+ "description": "Represents the row span",
502
+ "type": "number"
503
+ },
504
+ "visible": {
505
+ "description": "Represents the visibility of the card",
506
+ "type": "boolean"
507
+ }
508
+ },
509
+ "additionalProperties": false,
510
+ "required": [
511
+ "col",
512
+ "colSpan",
513
+ "row",
514
+ "rowSpan"
515
+ ]
516
+ },
421
517
  "CustomCard": {
422
518
  "description": "Custom Card",
423
519
  "isViewNode": true,
@@ -469,7 +565,8 @@
469
565
  },
470
566
  "annotationPath": {
471
567
  "description": "Represents the annotation path.",
472
- "type": "string"
568
+ "type": "string",
569
+ "artifactType": "Manifest"
473
570
  },
474
571
  "identificationAnnotationPath": {
475
572
  "description": "Represents the identification annotation path.",
@@ -478,7 +575,8 @@
478
575
  },
479
576
  "dataPointAnnotationPath": {
480
577
  "description": "Represents the data point annotation path.",
481
- "type": "string"
578
+ "type": "string",
579
+ "artifactType": "Manifest"
482
580
  },
483
581
  "selectionAnnotationPath": {
484
582
  "description": "Represents the selection annotation path.",
@@ -492,48 +590,24 @@
492
590
  },
493
591
  "selectionPresentationAnnotationPath": {
494
592
  "description": "Represents the selection presentation annotation path.",
495
- "type": "string"
593
+ "type": "string",
594
+ "artifactType": "Manifest"
496
595
  },
497
596
  "kpiAnnotationPath": {
498
597
  "description": "Represents the KPI annotation path.",
499
- "type": "string"
598
+ "type": "string",
599
+ "artifactType": "Manifest"
500
600
  },
501
601
  "category": {
502
602
  "description": "The category of the card, as used in the card header.",
503
- "type": "string"
603
+ "type": "string",
604
+ "artifactType": "Manifest"
504
605
  },
505
606
  "defaultSpan": {
506
607
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
507
608
  "anyOf": [
508
609
  {
509
- "type": "object",
510
- "properties": {
511
- "cols": {
512
- "description": "Represents the number of the number of grid columns",
513
- "type": "number"
514
- },
515
- "rows": {
516
- "description": "Represents the number of the number of grid rows",
517
- "type": "number"
518
- },
519
- "showOnlyHeader": {
520
- "description": "Represents if user wants to show only header part of card in resizable layout",
521
- "type": "boolean"
522
- },
523
- "minimumTitleRow": {
524
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
525
- "type": "number"
526
- },
527
- "minimumSubTitleRow": {
528
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
529
- "type": "number"
530
- }
531
- },
532
- "additionalProperties": false,
533
- "required": [
534
- "cols",
535
- "rows"
536
- ]
610
+ "$ref": "#/definitions/DefaultSpanObject"
537
611
  },
538
612
  {
539
613
  "const": "auto",
@@ -549,13 +623,7 @@
549
623
  "tabs": {
550
624
  "description": "Represents the card with view switch control.",
551
625
  "type": "array",
552
- "items": [
553
- {
554
- "$ref": "#/definitions/TabSetting"
555
- }
556
- ],
557
- "minItems": 1,
558
- "additionalItems": {
626
+ "items": {
559
627
  "$ref": "#/definitions/TabSetting"
560
628
  },
561
629
  "artifactType": "Manifest"
@@ -567,7 +635,8 @@
567
635
  },
568
636
  "sortBy": {
569
637
  "description": "Defines the property by which the list shall be sorted.",
570
- "type": "string"
638
+ "type": "string",
639
+ "artifactType": "Manifest"
571
640
  },
572
641
  "sortOrder": {
573
642
  "description": "Sort order (ascending or descending)",
@@ -575,31 +644,38 @@
575
644
  "ascending",
576
645
  "descending"
577
646
  ],
578
- "type": "string"
647
+ "type": "string",
648
+ "artifactType": "Manifest"
579
649
  },
580
650
  "dynamicSubtitleAnnotationPath": {
581
651
  "description": "Represents the dynamic subtitle annotation path.",
582
- "type": "string"
652
+ "type": "string",
653
+ "artifactType": "Manifest"
583
654
  },
584
655
  "showRefresh": {
585
656
  "description": "Show or hide refresh option under card more actions, default value is true.",
586
- "type": "boolean"
657
+ "type": "boolean",
658
+ "artifactType": "Manifest"
587
659
  },
588
660
  "enableLocaleCurrencyFormatting": {
589
661
  "description": "Represents the flag to indicate the use of object number/smart field.",
590
- "type": "boolean"
662
+ "type": "boolean",
663
+ "artifactType": "Manifest"
591
664
  },
592
665
  "showFilterInHeader": {
593
666
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
594
- "type": "boolean"
667
+ "type": "boolean",
668
+ "artifactType": "Manifest"
595
669
  },
596
670
  "showSortingInHeader": {
597
671
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
598
- "type": "boolean"
672
+ "type": "boolean",
673
+ "artifactType": "Manifest"
599
674
  },
600
675
  "customParams": {
601
676
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
602
- "type": "string"
677
+ "type": "string",
678
+ "artifactType": "Manifest"
603
679
  }
604
680
  },
605
681
  "additionalProperties": false,
@@ -607,6 +683,41 @@
607
683
  "title"
608
684
  ]
609
685
  },
686
+ "DefaultSpanObject": {
687
+ "type": "object",
688
+ "properties": {
689
+ "cols": {
690
+ "description": "Represents the number of the number of grid columns",
691
+ "type": "number",
692
+ "artifactType": "Manifest"
693
+ },
694
+ "rows": {
695
+ "description": "Represents the number of the number of grid rows",
696
+ "type": "number",
697
+ "artifactType": "Manifest"
698
+ },
699
+ "showOnlyHeader": {
700
+ "description": "Represents if user wants to show only header part of card in resizable layout",
701
+ "type": "boolean",
702
+ "artifactType": "Manifest"
703
+ },
704
+ "minimumTitleRow": {
705
+ "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
706
+ "type": "number",
707
+ "artifactType": "Manifest"
708
+ },
709
+ "minimumSubTitleRow": {
710
+ "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
711
+ "type": "number",
712
+ "artifactType": "Manifest"
713
+ }
714
+ },
715
+ "additionalProperties": false,
716
+ "required": [
717
+ "cols",
718
+ "rows"
719
+ ]
720
+ },
610
721
  "TabSetting": {
611
722
  "description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
612
723
  "type": "object",
@@ -737,15 +848,13 @@
737
848
  "type": "string",
738
849
  "artifactType": "Manifest"
739
850
  },
740
- "listCardSettings": {
851
+ "settings": {
741
852
  "$ref": "#/definitions/ListCardSettings",
742
- "description": "Represents the properties that are passed to the list card.",
743
- "artifactType": "Manifest"
853
+ "description": "Represents the properties that are passed to the list card."
744
854
  }
745
855
  },
746
856
  "additionalProperties": false,
747
857
  "required": [
748
- "listCardSettings",
749
858
  "model",
750
859
  "template"
751
860
  ]
@@ -756,106 +865,96 @@
756
865
  "properties": {
757
866
  "listFlavor": {
758
867
  "$ref": "#/definitions/ListFlavorType",
759
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
868
+ "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
869
+ "artifactType": "Manifest"
760
870
  },
761
871
  "listType": {
762
872
  "$ref": "#/definitions/ListTypeType",
763
- "description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."
873
+ "description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card.",
874
+ "artifactType": "Manifest"
764
875
  },
765
876
  "showLineItemDetail": {
766
877
  "description": "Flag for show line item detail in list and table card.",
767
- "type": "boolean"
878
+ "type": "boolean",
879
+ "artifactType": "Manifest"
768
880
  },
769
881
  "enableAddToInsights": {
770
882
  "description": "Removes the option to add cards to the Insights section.",
771
- "type": "boolean"
883
+ "type": "boolean",
884
+ "artifactType": "Manifest"
772
885
  },
773
886
  "imageSupported": {
774
887
  "description": "Flag for enabling images in a condensed list card.",
775
- "type": "boolean"
888
+ "type": "boolean",
889
+ "artifactType": "Manifest"
776
890
  },
777
891
  "valueSelectionInfo": {
778
892
  "description": "Represents things like people, number of items.",
779
- "type": "string"
893
+ "type": "string",
894
+ "artifactType": "Manifest"
780
895
  },
781
896
  "entitySet": {
782
897
  "description": "Represents the dominant entity set that will be displayed in the given card.",
783
- "type": "string"
898
+ "type": "string",
899
+ "artifactType": "Manifest"
784
900
  },
785
901
  "title": {
786
902
  "description": "The language-dependent title of the card, used in the card header.",
787
903
  "i18nClassification": "TIT: Title of the card, used in the card header",
788
- "type": "string"
904
+ "type": "string",
905
+ "artifactType": "Manifest"
789
906
  },
790
907
  "subTitle": {
791
908
  "description": "The language-dependent subtitle of the card, used in the card header.",
792
909
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
793
- "type": "string"
910
+ "type": "string",
911
+ "artifactType": "Manifest"
794
912
  },
795
913
  "annotationPath": {
796
914
  "description": "Represents the annotation path.",
797
- "type": "string"
915
+ "type": "string",
916
+ "artifactType": "Manifest"
798
917
  },
799
918
  "identificationAnnotationPath": {
800
919
  "description": "Represents the identification annotation path.",
801
- "type": "string"
920
+ "type": "string",
921
+ "artifactType": "Manifest"
802
922
  },
803
923
  "dataPointAnnotationPath": {
804
924
  "description": "Represents the data point annotation path.",
805
- "type": "string"
925
+ "type": "string",
926
+ "artifactType": "Manifest"
806
927
  },
807
928
  "selectionAnnotationPath": {
808
929
  "description": "Represents the selection annotation path.",
809
- "type": "string"
930
+ "type": "string",
931
+ "artifactType": "Manifest"
810
932
  },
811
933
  "presentationAnnotationPath": {
812
934
  "description": "Represents the presentation annotation path.",
813
- "type": "string"
935
+ "type": "string",
936
+ "artifactType": "Manifest"
814
937
  },
815
938
  "selectionPresentationAnnotationPath": {
816
939
  "description": "Represents the selection presentation annotation path.",
817
- "type": "string"
940
+ "type": "string",
941
+ "artifactType": "Manifest"
818
942
  },
819
943
  "kpiAnnotationPath": {
820
944
  "description": "Represents the KPI annotation path.",
821
- "type": "string"
945
+ "type": "string",
946
+ "artifactType": "Manifest"
822
947
  },
823
948
  "category": {
824
949
  "description": "The category of the card, as used in the card header.",
825
- "type": "string"
950
+ "type": "string",
951
+ "artifactType": "Manifest"
826
952
  },
827
953
  "defaultSpan": {
828
954
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
829
955
  "anyOf": [
830
956
  {
831
- "type": "object",
832
- "properties": {
833
- "cols": {
834
- "description": "Represents the number of the number of grid columns",
835
- "type": "number"
836
- },
837
- "rows": {
838
- "description": "Represents the number of the number of grid rows",
839
- "type": "number"
840
- },
841
- "showOnlyHeader": {
842
- "description": "Represents if user wants to show only header part of card in resizable layout",
843
- "type": "boolean"
844
- },
845
- "minimumTitleRow": {
846
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
847
- "type": "number"
848
- },
849
- "minimumSubTitleRow": {
850
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
851
- "type": "number"
852
- }
853
- },
854
- "additionalProperties": false,
855
- "required": [
856
- "cols",
857
- "rows"
858
- ]
957
+ "$ref": "#/definitions/DefaultSpanObject"
859
958
  },
860
959
  {
861
960
  "const": "auto",
@@ -865,28 +964,26 @@
865
964
  },
866
965
  "requireAppAuthorization": {
867
966
  "description": "Define an authorization check at card level.",
868
- "type": "string"
967
+ "type": "string",
968
+ "artifactType": "Manifest"
869
969
  },
870
970
  "tabs": {
871
971
  "description": "Represents the card with view switch control.",
872
972
  "type": "array",
873
- "items": [
874
- {
875
- "$ref": "#/definitions/TabSetting"
876
- }
877
- ],
878
- "minItems": 1,
879
- "additionalItems": {
973
+ "items": {
880
974
  "$ref": "#/definitions/TabSetting"
881
- }
975
+ },
976
+ "artifactType": "Manifest"
882
977
  },
883
978
  "addODataSelect": {
884
979
  "description": "add $Select parameter in data fetch URL",
885
- "type": "boolean"
980
+ "type": "boolean",
981
+ "artifactType": "Manifest"
886
982
  },
887
983
  "sortBy": {
888
984
  "description": "Defines the property by which the list shall be sorted.",
889
- "type": "string"
985
+ "type": "string",
986
+ "artifactType": "Manifest"
890
987
  },
891
988
  "sortOrder": {
892
989
  "description": "Sort order (ascending or descending)",
@@ -894,31 +991,38 @@
894
991
  "ascending",
895
992
  "descending"
896
993
  ],
897
- "type": "string"
994
+ "type": "string",
995
+ "artifactType": "Manifest"
898
996
  },
899
997
  "dynamicSubtitleAnnotationPath": {
900
998
  "description": "Represents the dynamic subtitle annotation path.",
901
- "type": "string"
999
+ "type": "string",
1000
+ "artifactType": "Manifest"
902
1001
  },
903
1002
  "showRefresh": {
904
1003
  "description": "Show or hide refresh option under card more actions, default value is true.",
905
- "type": "boolean"
1004
+ "type": "boolean",
1005
+ "artifactType": "Manifest"
906
1006
  },
907
1007
  "enableLocaleCurrencyFormatting": {
908
1008
  "description": "Represents the flag to indicate the use of object number/smart field.",
909
- "type": "boolean"
1009
+ "type": "boolean",
1010
+ "artifactType": "Manifest"
910
1011
  },
911
1012
  "showFilterInHeader": {
912
1013
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
913
- "type": "boolean"
1014
+ "type": "boolean",
1015
+ "artifactType": "Manifest"
914
1016
  },
915
1017
  "showSortingInHeader": {
916
1018
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
917
- "type": "boolean"
1019
+ "type": "boolean",
1020
+ "artifactType": "Manifest"
918
1021
  },
919
1022
  "customParams": {
920
1023
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
921
- "type": "string"
1024
+ "type": "string",
1025
+ "artifactType": "Manifest"
922
1026
  }
923
1027
  },
924
1028
  "additionalProperties": false,
@@ -958,16 +1062,14 @@
958
1062
  "const": "sap.ovp.cards.stack",
959
1063
  "artifactType": "Manifest"
960
1064
  },
961
- "stackCardSettings": {
1065
+ "settings": {
962
1066
  "$ref": "#/definitions/StackCardSettings",
963
- "description": "Represents the properties that are passed to the stack card.",
964
- "artifactType": "Manifest"
1067
+ "description": "Represents the properties that are passed to the stack card."
965
1068
  }
966
1069
  },
967
1070
  "additionalProperties": false,
968
1071
  "required": [
969
1072
  "model",
970
- "stackCardSettings",
971
1073
  "template"
972
1074
  ]
973
1075
  },
@@ -977,94 +1079,81 @@
977
1079
  "properties": {
978
1080
  "itemText": {
979
1081
  "description": "Represents the user defined string in placeholder card.",
980
- "type": "string"
1082
+ "type": "string",
1083
+ "artifactType": "Manifest"
981
1084
  },
982
1085
  "objectStreamCardsNavigationProperty": {
983
1086
  "description": "The navigation property used to display information from a secondary entity set.",
984
- "type": "string"
1087
+ "type": "string",
1088
+ "artifactType": "Manifest"
985
1089
  },
986
1090
  "objectStreamCardsSettings": {
987
1091
  "$ref": "#/definitions/ObjectStreamCardsSettingsDef",
988
- "description": "Configures additional settings for the cards displayed in the object stream."
1092
+ "description": "Configures additional settings for the cards displayed in the object stream.",
1093
+ "artifactType": "Manifest"
989
1094
  },
990
1095
  "entitySet": {
991
1096
  "description": "Represents the dominant entity set that will be displayed in the given card.",
992
- "type": "string"
993
- },
1097
+ "type": "string",
1098
+ "artifactType": "Manifest"
1099
+ },
994
1100
  "title": {
995
1101
  "description": "The language-dependent title of the card, used in the card header.",
996
1102
  "i18nClassification": "TIT: Title of the card, used in the card header",
997
- "type": "string"
1103
+ "type": "string",
1104
+ "artifactType": "Manifest"
998
1105
  },
999
1106
  "subTitle": {
1000
1107
  "description": "The language-dependent subtitle of the card, used in the card header.",
1001
1108
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1002
- "type": "string"
1109
+ "type": "string",
1110
+ "artifactType": "Manifest"
1003
1111
  },
1004
1112
  "annotationPath": {
1005
1113
  "description": "Represents the annotation path.",
1006
- "type": "string"
1114
+ "type": "string",
1115
+ "artifactType": "Manifest"
1007
1116
  },
1008
1117
  "identificationAnnotationPath": {
1009
1118
  "description": "Represents the identification annotation path.",
1010
- "type": "string"
1119
+ "type": "string",
1120
+ "artifactType": "Manifest"
1011
1121
  },
1012
1122
  "dataPointAnnotationPath": {
1013
1123
  "description": "Represents the data point annotation path.",
1014
- "type": "string"
1124
+ "type": "string",
1125
+ "artifactType": "Manifest"
1015
1126
  },
1016
1127
  "selectionAnnotationPath": {
1017
1128
  "description": "Represents the selection annotation path.",
1018
- "type": "string"
1129
+ "type": "string",
1130
+ "artifactType": "Manifest"
1019
1131
  },
1020
1132
  "presentationAnnotationPath": {
1021
1133
  "description": "Represents the presentation annotation path.",
1022
- "type": "string"
1134
+ "type": "string",
1135
+ "artifactType": "Manifest"
1023
1136
  },
1024
1137
  "selectionPresentationAnnotationPath": {
1025
1138
  "description": "Represents the selection presentation annotation path.",
1026
- "type": "string"
1139
+ "type": "string",
1140
+ "artifactType": "Manifest"
1027
1141
  },
1028
1142
  "kpiAnnotationPath": {
1029
1143
  "description": "Represents the KPI annotation path.",
1030
- "type": "string"
1144
+ "type": "string",
1145
+ "artifactType": "Manifest"
1031
1146
  },
1032
1147
  "category": {
1033
1148
  "description": "The category of the card, as used in the card header.",
1034
- "type": "string"
1149
+ "type": "string",
1150
+ "artifactType": "Manifest"
1035
1151
  },
1036
1152
  "defaultSpan": {
1037
1153
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1038
1154
  "anyOf": [
1039
1155
  {
1040
- "type": "object",
1041
- "properties": {
1042
- "cols": {
1043
- "description": "Represents the number of the number of grid columns",
1044
- "type": "number"
1045
- },
1046
- "rows": {
1047
- "description": "Represents the number of the number of grid rows",
1048
- "type": "number"
1049
- },
1050
- "showOnlyHeader": {
1051
- "description": "Represents if user wants to show only header part of card in resizable layout",
1052
- "type": "boolean"
1053
- },
1054
- "minimumTitleRow": {
1055
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
1056
- "type": "number"
1057
- },
1058
- "minimumSubTitleRow": {
1059
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
1060
- "type": "number"
1061
- }
1062
- },
1063
- "additionalProperties": false,
1064
- "required": [
1065
- "cols",
1066
- "rows"
1067
- ]
1156
+ "$ref": "#/definitions/DefaultSpanObject"
1068
1157
  },
1069
1158
  {
1070
1159
  "const": "auto",
@@ -1074,28 +1163,26 @@
1074
1163
  },
1075
1164
  "requireAppAuthorization": {
1076
1165
  "description": "Define an authorization check at card level.",
1077
- "type": "string"
1166
+ "type": "string",
1167
+ "artifactType": "Manifest"
1078
1168
  },
1079
1169
  "tabs": {
1080
1170
  "description": "Represents the card with view switch control.",
1081
1171
  "type": "array",
1082
- "items": [
1083
- {
1084
- "$ref": "#/definitions/TabSetting"
1085
- }
1086
- ],
1087
- "minItems": 1,
1088
- "additionalItems": {
1172
+ "items": {
1089
1173
  "$ref": "#/definitions/TabSetting"
1090
- }
1174
+ },
1175
+ "artifactType": "Manifest"
1091
1176
  },
1092
1177
  "addODataSelect": {
1093
1178
  "description": "add $Select parameter in data fetch URL",
1094
- "type": "boolean"
1179
+ "type": "boolean",
1180
+ "artifactType": "Manifest"
1095
1181
  },
1096
1182
  "sortBy": {
1097
1183
  "description": "Defines the property by which the list shall be sorted.",
1098
- "type": "string"
1184
+ "type": "string",
1185
+ "artifactType": "Manifest"
1099
1186
  },
1100
1187
  "sortOrder": {
1101
1188
  "description": "Sort order (ascending or descending)",
@@ -1103,31 +1190,38 @@
1103
1190
  "ascending",
1104
1191
  "descending"
1105
1192
  ],
1106
- "type": "string"
1193
+ "type": "string",
1194
+ "artifactType": "Manifest"
1107
1195
  },
1108
1196
  "dynamicSubtitleAnnotationPath": {
1109
1197
  "description": "Represents the dynamic subtitle annotation path.",
1110
- "type": "string"
1198
+ "type": "string",
1199
+ "artifactType": "Manifest"
1111
1200
  },
1112
1201
  "showRefresh": {
1113
1202
  "description": "Show or hide refresh option under card more actions, default value is true.",
1114
- "type": "boolean"
1203
+ "type": "boolean",
1204
+ "artifactType": "Manifest"
1115
1205
  },
1116
1206
  "enableLocaleCurrencyFormatting": {
1117
1207
  "description": "Represents the flag to indicate the use of object number/smart field.",
1118
- "type": "boolean"
1208
+ "type": "boolean",
1209
+ "artifactType": "Manifest"
1119
1210
  },
1120
1211
  "showFilterInHeader": {
1121
1212
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1122
- "type": "boolean"
1213
+ "type": "boolean",
1214
+ "artifactType": "Manifest"
1123
1215
  },
1124
1216
  "showSortingInHeader": {
1125
1217
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1126
- "type": "boolean"
1218
+ "type": "boolean",
1219
+ "artifactType": "Manifest"
1127
1220
  },
1128
1221
  "customParams": {
1129
1222
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1130
- "type": "string"
1223
+ "type": "string",
1224
+ "artifactType": "Manifest"
1131
1225
  }
1132
1226
  },
1133
1227
  "additionalProperties": false,
@@ -1198,15 +1292,13 @@
1198
1292
  "type": "string",
1199
1293
  "artifactType": "Manifest"
1200
1294
  },
1201
- "linkListCardSettings": {
1295
+ "settings": {
1202
1296
  "$ref": "#/definitions/LinkListCardSettings",
1203
- "description": "Represents the properties that are passed to the link list card.",
1204
- "artifactType": "Manifest"
1297
+ "description": "Represents the properties that are passed to the link list card."
1205
1298
  }
1206
1299
  },
1207
1300
  "additionalProperties": false,
1208
1301
  "required": [
1209
- "linkListCardSettings",
1210
1302
  "template"
1211
1303
  ]
1212
1304
  },
@@ -1214,103 +1306,86 @@
1214
1306
  "displayName": "settings",
1215
1307
  "type": "object",
1216
1308
  "properties": {
1217
- "targetUri": {
1218
- "description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
1219
- "type": "string"
1220
- },
1221
1309
  "listFlavor": {
1222
1310
  "$ref": "#/definitions/LinkListFlavorType",
1223
- "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
1311
+ "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
1312
+ "artifactType": "Manifest"
1224
1313
  },
1225
1314
  "headerAnnotationPath": {
1226
1315
  "description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
1227
- "type": "string"
1316
+ "type": "string",
1317
+ "artifactType": "Manifest"
1228
1318
  },
1229
1319
  "staticContent": {
1230
1320
  "description": "staticContent represents the static content of a static link list card.",
1231
1321
  "type": "array",
1232
1322
  "items": {
1233
1323
  "$ref": "#/definitions/StaticContent"
1234
- }
1324
+ },
1325
+ "artifactType": "Manifest"
1235
1326
  },
1236
1327
  "entitySet": {
1237
1328
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1238
- "type": "string"
1329
+ "type": "string",
1330
+ "artifactType": "Manifest"
1239
1331
  },
1240
1332
  "title": {
1241
1333
  "description": "The language-dependent title of the card, used in the card header.",
1242
1334
  "i18nClassification": "TIT: Title of the card, used in the card header",
1243
- "type": "string"
1335
+ "type": "string",
1336
+ "artifactType": "Manifest"
1244
1337
  },
1245
1338
  "subTitle": {
1246
1339
  "description": "The language-dependent subtitle of the card, used in the card header.",
1247
1340
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1248
- "type": "string"
1341
+ "type": "string",
1342
+ "artifactType": "Manifest"
1249
1343
  },
1250
1344
  "annotationPath": {
1251
1345
  "description": "Represents the annotation path.",
1252
- "type": "string"
1346
+ "type": "string",
1347
+ "artifactType": "Manifest"
1253
1348
  },
1254
1349
  "identificationAnnotationPath": {
1255
1350
  "description": "Represents the identification annotation path.",
1256
- "type": "string"
1351
+ "type": "string",
1352
+ "artifactType": "Manifest"
1257
1353
  },
1258
1354
  "dataPointAnnotationPath": {
1259
1355
  "description": "Represents the data point annotation path.",
1260
- "type": "string"
1356
+ "type": "string",
1357
+ "artifactType": "Manifest"
1261
1358
  },
1262
1359
  "selectionAnnotationPath": {
1263
1360
  "description": "Represents the selection annotation path.",
1264
- "type": "string"
1361
+ "type": "string",
1362
+ "artifactType": "Manifest"
1265
1363
  },
1266
1364
  "presentationAnnotationPath": {
1267
1365
  "description": "Represents the presentation annotation path.",
1268
- "type": "string"
1366
+ "type": "string",
1367
+ "artifactType": "Manifest"
1269
1368
  },
1270
1369
  "selectionPresentationAnnotationPath": {
1271
1370
  "description": "Represents the selection presentation annotation path.",
1272
- "type": "string"
1371
+ "type": "string",
1372
+ "artifactType": "Manifest"
1273
1373
  },
1274
1374
  "kpiAnnotationPath": {
1275
1375
  "description": "Represents the KPI annotation path.",
1276
- "type": "string"
1376
+ "type": "string",
1377
+ "artifactType": "Manifest"
1277
1378
  },
1278
1379
  "category": {
1279
1380
  "description": "The category of the card, as used in the card header.",
1280
- "type": "string"
1381
+ "type": "string",
1382
+ "artifactType": "Manifest"
1281
1383
  },
1282
1384
  "defaultSpan": {
1283
1385
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1284
1386
  "anyOf": [
1285
1387
  {
1286
- "type": "object",
1287
- "properties": {
1288
- "cols": {
1289
- "description": "Represents the number of the number of grid columns",
1290
- "type": "number"
1291
- },
1292
- "rows": {
1293
- "description": "Represents the number of the number of grid rows",
1294
- "type": "number"
1295
- },
1296
- "showOnlyHeader": {
1297
- "description": "Represents if user wants to show only header part of card in resizable layout",
1298
- "type": "boolean"
1299
- },
1300
- "minimumTitleRow": {
1301
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
1302
- "type": "number"
1303
- },
1304
- "minimumSubTitleRow": {
1305
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
1306
- "type": "number"
1307
- }
1308
- },
1309
- "additionalProperties": false,
1310
- "required": [
1311
- "cols",
1312
- "rows"
1313
- ]
1388
+ "$ref": "#/definitions/DefaultSpanObject"
1314
1389
  },
1315
1390
  {
1316
1391
  "const": "auto",
@@ -1320,28 +1395,26 @@
1320
1395
  },
1321
1396
  "requireAppAuthorization": {
1322
1397
  "description": "Define an authorization check at card level.",
1323
- "type": "string"
1398
+ "type": "string",
1399
+ "artifactType": "Manifest"
1324
1400
  },
1325
1401
  "tabs": {
1326
1402
  "description": "Represents the card with view switch control.",
1327
1403
  "type": "array",
1328
- "items": [
1329
- {
1330
- "$ref": "#/definitions/TabSetting"
1331
- }
1332
- ],
1333
- "minItems": 1,
1334
- "additionalItems": {
1404
+ "items": {
1335
1405
  "$ref": "#/definitions/TabSetting"
1336
- }
1406
+ },
1407
+ "artifactType": "Manifest"
1337
1408
  },
1338
1409
  "addODataSelect": {
1339
1410
  "description": "add $Select parameter in data fetch URL",
1340
- "type": "boolean"
1411
+ "type": "boolean",
1412
+ "artifactType": "Manifest"
1341
1413
  },
1342
1414
  "sortBy": {
1343
1415
  "description": "Defines the property by which the list shall be sorted.",
1344
- "type": "string"
1416
+ "type": "string",
1417
+ "artifactType": "Manifest"
1345
1418
  },
1346
1419
  "sortOrder": {
1347
1420
  "description": "Sort order (ascending or descending)",
@@ -1349,31 +1422,38 @@
1349
1422
  "ascending",
1350
1423
  "descending"
1351
1424
  ],
1352
- "type": "string"
1425
+ "type": "string",
1426
+ "artifactType": "Manifest"
1353
1427
  },
1354
1428
  "dynamicSubtitleAnnotationPath": {
1355
1429
  "description": "Represents the dynamic subtitle annotation path.",
1356
- "type": "string"
1430
+ "type": "string",
1431
+ "artifactType": "Manifest"
1357
1432
  },
1358
1433
  "showRefresh": {
1359
1434
  "description": "Show or hide refresh option under card more actions, default value is true.",
1360
- "type": "boolean"
1435
+ "type": "boolean",
1436
+ "artifactType": "Manifest"
1361
1437
  },
1362
1438
  "enableLocaleCurrencyFormatting": {
1363
1439
  "description": "Represents the flag to indicate the use of object number/smart field.",
1364
- "type": "boolean"
1440
+ "type": "boolean",
1441
+ "artifactType": "Manifest"
1365
1442
  },
1366
1443
  "showFilterInHeader": {
1367
1444
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1368
- "type": "boolean"
1445
+ "type": "boolean",
1446
+ "artifactType": "Manifest"
1369
1447
  },
1370
1448
  "showSortingInHeader": {
1371
1449
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1372
- "type": "boolean"
1450
+ "type": "boolean",
1451
+ "artifactType": "Manifest"
1373
1452
  },
1374
1453
  "customParams": {
1375
1454
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1376
- "type": "string"
1455
+ "type": "string",
1456
+ "artifactType": "Manifest"
1377
1457
  }
1378
1458
  },
1379
1459
  "additionalProperties": false,
@@ -1452,21 +1532,14 @@
1452
1532
  "type": "string",
1453
1533
  "artifactType": "Manifest"
1454
1534
  },
1455
- "tableCardSettings": {
1535
+ "settings": {
1456
1536
  "$ref": "#/definitions/TableCardSettings",
1457
- "description": "Represents the properties that are passed to the table card.",
1458
- "artifactType": "Manifest"
1459
- },
1460
- "disableTableCardFlexibility": {
1461
- "description": "If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.",
1462
- "type": "boolean",
1463
- "artifactType": "Manifest"
1537
+ "description": "Represents the properties that are passed to the table card."
1464
1538
  }
1465
1539
  },
1466
1540
  "additionalProperties": false,
1467
1541
  "required": [
1468
1542
  "model",
1469
- "tableCardSettings",
1470
1543
  "template"
1471
1544
  ]
1472
1545
  },
@@ -1476,94 +1549,81 @@
1476
1549
  "properties": {
1477
1550
  "showLineItemDetail": {
1478
1551
  "description": "Flag for show line item detail in list and table card.",
1479
- "type": "boolean"
1552
+ "type": "boolean",
1553
+ "artifactType": "Manifest"
1480
1554
  },
1481
1555
  "enableAddToInsights": {
1482
1556
  "description": "Removes the option to add cards to the Insights section.",
1483
- "type": "boolean"
1557
+ "type": "boolean",
1558
+ "artifactType": "Manifest"
1484
1559
  },
1485
1560
  "valueSelectionInfo": {
1486
1561
  "description": "Represents things like people, number of items.",
1487
- "type": "string"
1562
+ "type": "string",
1563
+ "artifactType": "Manifest"
1488
1564
  },
1489
1565
  "entitySet": {
1490
1566
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1491
- "type": "string"
1567
+ "type": "string",
1568
+ "artifactType": "Manifest"
1492
1569
  },
1493
1570
  "title": {
1494
1571
  "description": "The language-dependent title of the card, used in the card header.",
1495
1572
  "i18nClassification": "TIT: Title of the card, used in the card header",
1496
- "type": "string"
1573
+ "type": "string",
1574
+ "artifactType": "Manifest"
1497
1575
  },
1498
1576
  "subTitle": {
1499
1577
  "description": "The language-dependent subtitle of the card, used in the card header.",
1500
1578
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1501
- "type": "string"
1579
+ "type": "string",
1580
+ "artifactType": "Manifest"
1502
1581
  },
1503
1582
  "annotationPath": {
1504
1583
  "description": "Represents the annotation path.",
1505
- "type": "string"
1584
+ "type": "string",
1585
+ "artifactType": "Manifest"
1506
1586
  },
1507
1587
  "identificationAnnotationPath": {
1508
1588
  "description": "Represents the identification annotation path.",
1509
- "type": "string"
1589
+ "type": "string",
1590
+ "artifactType": "Manifest"
1510
1591
  },
1511
1592
  "dataPointAnnotationPath": {
1512
1593
  "description": "Represents the data point annotation path.",
1513
- "type": "string"
1594
+ "type": "string",
1595
+ "artifactType": "Manifest"
1514
1596
  },
1515
1597
  "selectionAnnotationPath": {
1516
1598
  "description": "Represents the selection annotation path.",
1517
- "type": "string"
1599
+ "type": "string",
1600
+ "artifactType": "Manifest"
1518
1601
  },
1519
1602
  "presentationAnnotationPath": {
1520
1603
  "description": "Represents the presentation annotation path.",
1521
- "type": "string"
1604
+ "type": "string",
1605
+ "artifactType": "Manifest"
1522
1606
  },
1523
1607
  "selectionPresentationAnnotationPath": {
1524
1608
  "description": "Represents the selection presentation annotation path.",
1525
- "type": "string"
1609
+ "type": "string",
1610
+ "artifactType": "Manifest"
1526
1611
  },
1527
1612
  "kpiAnnotationPath": {
1528
1613
  "description": "Represents the KPI annotation path.",
1529
- "type": "string"
1614
+ "type": "string",
1615
+ "artifactType": "Manifest"
1530
1616
  },
1531
1617
  "category": {
1532
1618
  "description": "The category of the card, as used in the card header.",
1533
- "type": "string"
1619
+ "type": "string",
1620
+ "artifactType": "Manifest"
1534
1621
  },
1535
1622
  "defaultSpan": {
1536
1623
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1537
1624
  "anyOf": [
1538
1625
  {
1539
- "type": "object",
1540
- "properties": {
1541
- "cols": {
1542
- "description": "Represents the number of the number of grid columns",
1543
- "type": "number"
1544
- },
1545
- "rows": {
1546
- "description": "Represents the number of the number of grid rows",
1547
- "type": "number"
1548
- },
1549
- "showOnlyHeader": {
1550
- "description": "Represents if user wants to show only header part of card in resizable layout",
1551
- "type": "boolean"
1552
- },
1553
- "minimumTitleRow": {
1554
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
1555
- "type": "number"
1556
- },
1557
- "minimumSubTitleRow": {
1558
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
1559
- "type": "number"
1560
- }
1561
- },
1562
- "additionalProperties": false,
1563
- "required": [
1564
- "cols",
1565
- "rows"
1566
- ]
1626
+ "$ref": "#/definitions/DefaultSpanObject"
1567
1627
  },
1568
1628
  {
1569
1629
  "const": "auto",
@@ -1573,28 +1633,26 @@
1573
1633
  },
1574
1634
  "requireAppAuthorization": {
1575
1635
  "description": "Define an authorization check at card level.",
1576
- "type": "string"
1636
+ "type": "string",
1637
+ "artifactType": "Manifest"
1577
1638
  },
1578
1639
  "tabs": {
1579
1640
  "description": "Represents the card with view switch control.",
1580
1641
  "type": "array",
1581
- "items": [
1582
- {
1583
- "$ref": "#/definitions/TabSetting"
1584
- }
1585
- ],
1586
- "minItems": 1,
1587
- "additionalItems": {
1642
+ "items": {
1588
1643
  "$ref": "#/definitions/TabSetting"
1589
- }
1644
+ },
1645
+ "artifactType": "Manifest"
1590
1646
  },
1591
1647
  "addODataSelect": {
1592
1648
  "description": "add $Select parameter in data fetch URL",
1593
- "type": "boolean"
1649
+ "type": "boolean",
1650
+ "artifactType": "Manifest"
1594
1651
  },
1595
1652
  "sortBy": {
1596
1653
  "description": "Defines the property by which the list shall be sorted.",
1597
- "type": "string"
1654
+ "type": "string",
1655
+ "artifactType": "Manifest"
1598
1656
  },
1599
1657
  "sortOrder": {
1600
1658
  "description": "Sort order (ascending or descending)",
@@ -1602,31 +1660,38 @@
1602
1660
  "ascending",
1603
1661
  "descending"
1604
1662
  ],
1605
- "type": "string"
1663
+ "type": "string",
1664
+ "artifactType": "Manifest"
1606
1665
  },
1607
1666
  "dynamicSubtitleAnnotationPath": {
1608
1667
  "description": "Represents the dynamic subtitle annotation path.",
1609
- "type": "string"
1668
+ "type": "string",
1669
+ "artifactType": "Manifest"
1610
1670
  },
1611
1671
  "showRefresh": {
1612
1672
  "description": "Show or hide refresh option under card more actions, default value is true.",
1613
- "type": "boolean"
1673
+ "type": "boolean",
1674
+ "artifactType": "Manifest"
1614
1675
  },
1615
1676
  "enableLocaleCurrencyFormatting": {
1616
1677
  "description": "Represents the flag to indicate the use of object number/smart field.",
1617
- "type": "boolean"
1678
+ "type": "boolean",
1679
+ "artifactType": "Manifest"
1618
1680
  },
1619
1681
  "showFilterInHeader": {
1620
1682
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1621
- "type": "boolean"
1683
+ "type": "boolean",
1684
+ "artifactType": "Manifest"
1622
1685
  },
1623
1686
  "showSortingInHeader": {
1624
1687
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1625
- "type": "boolean"
1688
+ "type": "boolean",
1689
+ "artifactType": "Manifest"
1626
1690
  },
1627
1691
  "customParams": {
1628
1692
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1629
- "type": "string"
1693
+ "type": "string",
1694
+ "artifactType": "Manifest"
1630
1695
  }
1631
1696
  },
1632
1697
  "additionalProperties": false,
@@ -1654,7 +1719,7 @@
1654
1719
  "type": "string",
1655
1720
  "artifactType": "Manifest"
1656
1721
  },
1657
- "analyticalCardSettings": {
1722
+ "settings": {
1658
1723
  "description": "Represents the properties that are passed to the analytical card.",
1659
1724
  "anyOf": [
1660
1725
  {
@@ -1668,7 +1733,6 @@
1668
1733
  },
1669
1734
  "additionalProperties": false,
1670
1735
  "required": [
1671
- "analyticalCardSettings",
1672
1736
  "model",
1673
1737
  "template"
1674
1738
  ]
@@ -1680,23 +1744,28 @@
1680
1744
  "properties": {
1681
1745
  "chartAnnotationPath": {
1682
1746
  "description": "Represents the chart annotation path.",
1683
- "type": "string"
1747
+ "type": "string",
1748
+ "artifactType": "Manifest"
1684
1749
  },
1685
1750
  "ignoreSapText": {
1686
1751
  "description": "Represents the flag to indicate priority of number formatting over sap text.",
1687
- "type": "boolean"
1752
+ "type": "boolean",
1753
+ "artifactType": "Manifest"
1688
1754
  },
1689
1755
  "enableAddToInsights": {
1690
1756
  "description": "Removes the option to add cards to the Insights section.",
1691
- "type": "boolean"
1757
+ "type": "boolean",
1758
+ "artifactType": "Manifest"
1692
1759
  },
1693
1760
  "navigation": {
1694
1761
  "$ref": "#/definitions/CardNavigationType",
1695
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
1762
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
1763
+ "artifactType": "Manifest"
1696
1764
  },
1697
1765
  "valueSelectionInfo": {
1698
1766
  "description": "Represents things like people, number of items.",
1699
- "type": "string"
1767
+ "type": "string",
1768
+ "artifactType": "Manifest"
1700
1769
  },
1701
1770
  "chartProperties": {
1702
1771
  "description": "This property is responsible for setting specific chart settings.",
@@ -1709,7 +1778,8 @@
1709
1778
  "$ref": "#/definitions/TimeAxisDef"
1710
1779
  }
1711
1780
  },
1712
- "additionalProperties": false
1781
+ "additionalProperties": false,
1782
+ "artifactType": "Manifest"
1713
1783
  },
1714
1784
  "colorPalette": {
1715
1785
  "description": "Color palette for semantic coloring.",
@@ -1729,82 +1799,66 @@
1729
1799
  },
1730
1800
  "entitySet": {
1731
1801
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1732
- "type": "string"
1802
+ "type": "string",
1803
+ "artifactType": "Manifest"
1733
1804
  },
1734
1805
  "title": {
1735
1806
  "description": "The language-dependent title of the card, used in the card header.",
1736
1807
  "i18nClassification": "TIT: Title of the card, used in the card header",
1737
- "type": "string"
1808
+ "type": "string",
1809
+ "artifactType": "Manifest"
1738
1810
  },
1739
1811
  "subTitle": {
1740
1812
  "description": "The language-dependent subtitle of the card, used in the card header.",
1741
1813
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1742
- "type": "string"
1814
+ "type": "string",
1815
+ "artifactType": "Manifest"
1743
1816
  },
1744
1817
  "annotationPath": {
1745
1818
  "description": "Represents the annotation path.",
1746
- "type": "string"
1819
+ "type": "string",
1820
+ "artifactType": "Manifest"
1747
1821
  },
1748
1822
  "identificationAnnotationPath": {
1749
1823
  "description": "Represents the identification annotation path.",
1750
- "type": "string"
1824
+ "type": "string",
1825
+ "artifactType": "Manifest"
1751
1826
  },
1752
1827
  "dataPointAnnotationPath": {
1753
1828
  "description": "Represents the data point annotation path.",
1754
- "type": "string"
1829
+ "type": "string",
1830
+ "artifactType": "Manifest"
1755
1831
  },
1756
1832
  "selectionAnnotationPath": {
1757
1833
  "description": "Represents the selection annotation path.",
1758
- "type": "string"
1834
+ "type": "string",
1835
+ "artifactType": "Manifest"
1759
1836
  },
1760
1837
  "presentationAnnotationPath": {
1761
1838
  "description": "Represents the presentation annotation path.",
1762
- "type": "string"
1839
+ "type": "string",
1840
+ "artifactType": "Manifest"
1763
1841
  },
1764
1842
  "selectionPresentationAnnotationPath": {
1765
1843
  "description": "Represents the selection presentation annotation path.",
1766
- "type": "string"
1844
+ "type": "string",
1845
+ "artifactType": "Manifest"
1767
1846
  },
1768
1847
  "kpiAnnotationPath": {
1769
1848
  "description": "Represents the KPI annotation path.",
1770
- "type": "string"
1849
+ "type": "string",
1850
+ "artifactType": "Manifest"
1771
1851
  },
1772
1852
  "category": {
1773
1853
  "description": "The category of the card, as used in the card header.",
1774
- "type": "string"
1854
+ "type": "string",
1855
+ "artifactType": "Manifest"
1775
1856
  },
1776
1857
  "defaultSpan": {
1777
1858
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1778
1859
  "anyOf": [
1779
1860
  {
1780
- "type": "object",
1781
- "properties": {
1782
- "cols": {
1783
- "description": "Represents the number of the number of grid columns",
1784
- "type": "number"
1785
- },
1786
- "rows": {
1787
- "description": "Represents the number of the number of grid rows",
1788
- "type": "number"
1789
- },
1790
- "showOnlyHeader": {
1791
- "description": "Represents if user wants to show only header part of card in resizable layout",
1792
- "type": "boolean"
1793
- },
1794
- "minimumTitleRow": {
1795
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
1796
- "type": "number"
1797
- },
1798
- "minimumSubTitleRow": {
1799
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
1800
- "type": "number"
1801
- }
1802
- },
1803
- "additionalProperties": false,
1804
- "required": [
1805
- "cols",
1806
- "rows"
1807
- ]
1861
+ "$ref": "#/definitions/DefaultSpanObject"
1808
1862
  },
1809
1863
  {
1810
1864
  "const": "auto",
@@ -1814,28 +1868,26 @@
1814
1868
  },
1815
1869
  "requireAppAuthorization": {
1816
1870
  "description": "Define an authorization check at card level.",
1817
- "type": "string"
1871
+ "type": "string",
1872
+ "artifactType": "Manifest"
1818
1873
  },
1819
1874
  "tabs": {
1820
1875
  "description": "Represents the card with view switch control.",
1821
1876
  "type": "array",
1822
- "items": [
1823
- {
1824
- "$ref": "#/definitions/TabSetting"
1825
- }
1826
- ],
1827
- "minItems": 1,
1828
- "additionalItems": {
1877
+ "items": {
1829
1878
  "$ref": "#/definitions/TabSetting"
1830
- }
1879
+ },
1880
+ "artifactType": "Manifest"
1831
1881
  },
1832
1882
  "addODataSelect": {
1833
1883
  "description": "add $Select parameter in data fetch URL",
1834
- "type": "boolean"
1884
+ "type": "boolean",
1885
+ "artifactType": "Manifest"
1835
1886
  },
1836
1887
  "sortBy": {
1837
1888
  "description": "Defines the property by which the list shall be sorted.",
1838
- "type": "string"
1889
+ "type": "string",
1890
+ "artifactType": "Manifest"
1839
1891
  },
1840
1892
  "sortOrder": {
1841
1893
  "description": "Sort order (ascending or descending)",
@@ -1843,31 +1895,38 @@
1843
1895
  "ascending",
1844
1896
  "descending"
1845
1897
  ],
1846
- "type": "string"
1898
+ "type": "string",
1899
+ "artifactType": "Manifest"
1847
1900
  },
1848
1901
  "dynamicSubtitleAnnotationPath": {
1849
1902
  "description": "Represents the dynamic subtitle annotation path.",
1850
- "type": "string"
1903
+ "type": "string",
1904
+ "artifactType": "Manifest"
1851
1905
  },
1852
1906
  "showRefresh": {
1853
1907
  "description": "Show or hide refresh option under card more actions, default value is true.",
1854
- "type": "boolean"
1908
+ "type": "boolean",
1909
+ "artifactType": "Manifest"
1855
1910
  },
1856
1911
  "enableLocaleCurrencyFormatting": {
1857
1912
  "description": "Represents the flag to indicate the use of object number/smart field.",
1858
- "type": "boolean"
1913
+ "type": "boolean",
1914
+ "artifactType": "Manifest"
1859
1915
  },
1860
1916
  "showFilterInHeader": {
1861
1917
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1862
- "type": "boolean"
1918
+ "type": "boolean",
1919
+ "artifactType": "Manifest"
1863
1920
  },
1864
1921
  "showSortingInHeader": {
1865
1922
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1866
- "type": "boolean"
1923
+ "type": "boolean",
1924
+ "artifactType": "Manifest"
1867
1925
  },
1868
1926
  "customParams": {
1869
1927
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1870
- "type": "string"
1928
+ "type": "string",
1929
+ "artifactType": "Manifest"
1871
1930
  }
1872
1931
  },
1873
1932
  "required": [
@@ -1888,27 +1947,33 @@
1888
1947
  "type": "object",
1889
1948
  "properties": {
1890
1949
  "measureAggregate": {
1891
- "$ref": "#/definitions/MeasureAggregateSettings"
1950
+ "$ref": "#/definitions/MeasureAggregateSettings",
1951
+ "artifactType": "Manifest"
1892
1952
  },
1893
1953
  "chartAnnotationPath": {
1894
1954
  "description": "Represents the chart annotation path.",
1895
- "type": "string"
1955
+ "type": "string",
1956
+ "artifactType": "Manifest"
1896
1957
  },
1897
1958
  "ignoreSapText": {
1898
1959
  "description": "Represents the flag to indicate priority of number formatting over sap text.",
1899
- "type": "boolean"
1960
+ "type": "boolean",
1961
+ "artifactType": "Manifest"
1900
1962
  },
1901
1963
  "enableAddToInsights": {
1902
1964
  "description": "Removes the option to add cards to the Insights section.",
1903
- "type": "boolean"
1965
+ "type": "boolean",
1966
+ "artifactType": "Manifest"
1904
1967
  },
1905
1968
  "navigation": {
1906
1969
  "$ref": "#/definitions/CardNavigationType",
1907
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
1970
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
1971
+ "artifactType": "Manifest"
1908
1972
  },
1909
1973
  "valueSelectionInfo": {
1910
1974
  "description": "Represents things like people, number of items.",
1911
- "type": "string"
1975
+ "type": "string",
1976
+ "artifactType": "Manifest"
1912
1977
  },
1913
1978
  "chartProperties": {
1914
1979
  "description": "This property is responsible for setting specific chart settings.",
@@ -1921,7 +1986,8 @@
1921
1986
  "$ref": "#/definitions/TimeAxisDef"
1922
1987
  }
1923
1988
  },
1924
- "additionalProperties": false
1989
+ "additionalProperties": false,
1990
+ "artifactType": "Manifest"
1925
1991
  },
1926
1992
  "colorPalette": {
1927
1993
  "description": "Color palette for semantic coloring.",
@@ -1941,82 +2007,66 @@
1941
2007
  },
1942
2008
  "entitySet": {
1943
2009
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1944
- "type": "string"
2010
+ "type": "string",
2011
+ "artifactType": "Manifest"
1945
2012
  },
1946
2013
  "title": {
1947
2014
  "description": "The language-dependent title of the card, used in the card header.",
1948
2015
  "i18nClassification": "TIT: Title of the card, used in the card header",
1949
- "type": "string"
2016
+ "type": "string",
2017
+ "artifactType": "Manifest"
1950
2018
  },
1951
2019
  "subTitle": {
1952
2020
  "description": "The language-dependent subtitle of the card, used in the card header.",
1953
2021
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1954
- "type": "string"
2022
+ "type": "string",
2023
+ "artifactType": "Manifest"
1955
2024
  },
1956
2025
  "annotationPath": {
1957
2026
  "description": "Represents the annotation path.",
1958
- "type": "string"
2027
+ "type": "string",
2028
+ "artifactType": "Manifest"
1959
2029
  },
1960
2030
  "identificationAnnotationPath": {
1961
2031
  "description": "Represents the identification annotation path.",
1962
- "type": "string"
2032
+ "type": "string",
2033
+ "artifactType": "Manifest"
1963
2034
  },
1964
2035
  "dataPointAnnotationPath": {
1965
2036
  "description": "Represents the data point annotation path.",
1966
- "type": "string"
2037
+ "type": "string",
2038
+ "artifactType": "Manifest"
1967
2039
  },
1968
2040
  "selectionAnnotationPath": {
1969
2041
  "description": "Represents the selection annotation path.",
1970
- "type": "string"
2042
+ "type": "string",
2043
+ "artifactType": "Manifest"
1971
2044
  },
1972
2045
  "presentationAnnotationPath": {
1973
2046
  "description": "Represents the presentation annotation path.",
1974
- "type": "string"
2047
+ "type": "string",
2048
+ "artifactType": "Manifest"
1975
2049
  },
1976
2050
  "selectionPresentationAnnotationPath": {
1977
2051
  "description": "Represents the selection presentation annotation path.",
1978
- "type": "string"
2052
+ "type": "string",
2053
+ "artifactType": "Manifest"
1979
2054
  },
1980
2055
  "kpiAnnotationPath": {
1981
2056
  "description": "Represents the KPI annotation path.",
1982
- "type": "string"
2057
+ "type": "string",
2058
+ "artifactType": "Manifest"
1983
2059
  },
1984
2060
  "category": {
1985
2061
  "description": "The category of the card, as used in the card header.",
1986
- "type": "string"
2062
+ "type": "string",
2063
+ "artifactType": "Manifest"
1987
2064
  },
1988
2065
  "defaultSpan": {
1989
2066
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1990
2067
  "anyOf": [
1991
2068
  {
1992
- "type": "object",
1993
- "properties": {
1994
- "cols": {
1995
- "description": "Represents the number of the number of grid columns",
1996
- "type": "number"
1997
- },
1998
- "rows": {
1999
- "description": "Represents the number of the number of grid rows",
2000
- "type": "number"
2001
- },
2002
- "showOnlyHeader": {
2003
- "description": "Represents if user wants to show only header part of card in resizable layout",
2004
- "type": "boolean"
2005
- },
2006
- "minimumTitleRow": {
2007
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
2008
- "type": "number"
2009
- },
2010
- "minimumSubTitleRow": {
2011
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
2012
- "type": "number"
2013
- }
2014
- },
2015
- "additionalProperties": false,
2016
- "required": [
2017
- "cols",
2018
- "rows"
2019
- ]
2069
+ "$ref": "#/definitions/DefaultSpanObject"
2020
2070
  },
2021
2071
  {
2022
2072
  "const": "auto",
@@ -2026,28 +2076,26 @@
2026
2076
  },
2027
2077
  "requireAppAuthorization": {
2028
2078
  "description": "Define an authorization check at card level.",
2029
- "type": "string"
2079
+ "type": "string",
2080
+ "artifactType": "Manifest"
2030
2081
  },
2031
2082
  "tabs": {
2032
2083
  "description": "Represents the card with view switch control.",
2033
2084
  "type": "array",
2034
- "items": [
2035
- {
2036
- "$ref": "#/definitions/TabSetting"
2037
- }
2038
- ],
2039
- "minItems": 1,
2040
- "additionalItems": {
2085
+ "items": {
2041
2086
  "$ref": "#/definitions/TabSetting"
2042
- }
2087
+ },
2088
+ "artifactType": "Manifest"
2043
2089
  },
2044
2090
  "addODataSelect": {
2045
2091
  "description": "add $Select parameter in data fetch URL",
2046
- "type": "boolean"
2092
+ "type": "boolean",
2093
+ "artifactType": "Manifest"
2047
2094
  },
2048
2095
  "sortBy": {
2049
2096
  "description": "Defines the property by which the list shall be sorted.",
2050
- "type": "string"
2097
+ "type": "string",
2098
+ "artifactType": "Manifest"
2051
2099
  },
2052
2100
  "sortOrder": {
2053
2101
  "description": "Sort order (ascending or descending)",
@@ -2055,31 +2103,38 @@
2055
2103
  "ascending",
2056
2104
  "descending"
2057
2105
  ],
2058
- "type": "string"
2106
+ "type": "string",
2107
+ "artifactType": "Manifest"
2059
2108
  },
2060
2109
  "dynamicSubtitleAnnotationPath": {
2061
2110
  "description": "Represents the dynamic subtitle annotation path.",
2062
- "type": "string"
2111
+ "type": "string",
2112
+ "artifactType": "Manifest"
2063
2113
  },
2064
2114
  "showRefresh": {
2065
2115
  "description": "Show or hide refresh option under card more actions, default value is true.",
2066
- "type": "boolean"
2116
+ "type": "boolean",
2117
+ "artifactType": "Manifest"
2067
2118
  },
2068
2119
  "enableLocaleCurrencyFormatting": {
2069
2120
  "description": "Represents the flag to indicate the use of object number/smart field.",
2070
- "type": "boolean"
2121
+ "type": "boolean",
2122
+ "artifactType": "Manifest"
2071
2123
  },
2072
2124
  "showFilterInHeader": {
2073
2125
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
2074
- "type": "boolean"
2126
+ "type": "boolean",
2127
+ "artifactType": "Manifest"
2075
2128
  },
2076
2129
  "showSortingInHeader": {
2077
2130
  "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
2078
- "type": "boolean"
2131
+ "type": "boolean",
2132
+ "artifactType": "Manifest"
2079
2133
  },
2080
2134
  "customParams": {
2081
2135
  "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
2082
- "type": "string"
2136
+ "type": "string",
2137
+ "artifactType": "Manifest"
2083
2138
  }
2084
2139
  },
2085
2140
  "additionalProperties": false,