[ACS-8410] Extension schema review (#3958)

* [ACS-8410] Extension schema review

* [ACS-8410] Remove the dot
This commit is contained in:
MichalKinas
2024-07-19 07:50:13 -04:00
committed by GitHub
parent 66f3b5a7d5
commit 847fcf4c36
2 changed files with 38 additions and 44 deletions
+6 -17
View File
@@ -651,12 +651,6 @@
"items": { "ref": "#/definitions/contentActionRef" },
"minItems": 1
},
"badges": {
"description": "List of badges to display in the name column",
"type": "array",
"items": { "$ref": "#/definitions/badge" },
"minItems": 1
},
"badge": {
"type": "object",
"required": ["id", "icon", "tooltip"],
@@ -758,12 +752,6 @@
"items": { "$ref": "#/definitions/iconRef" },
"minItems": 1
},
"userActions": {
"description": "User option menu extensions",
"type": "array",
"items": { "$ref": "#/definitions/contentActionRef" },
"minItems": 1
},
"header": {
"description": "Application header extensions",
"type": "array",
@@ -776,11 +764,6 @@
"items": { "$ref": "#/definitions/contentActionRef" },
"minItems": 1
},
"mainAction": {
"description": "Main actions displayed on every page",
"type": "object",
"$ref": "#/definitions/contentActionRef"
},
"viewer": {
"description": "Viewer component extensions",
"type": "object",
@@ -933,6 +916,12 @@
}
}
},
"badges": {
"description": "List of badges to display in the name column",
"type": "array",
"items": { "$ref": "#/definitions/badge" },
"minItems": 1
},
"search": {
"description": "aca search extension",
"type": "array",