summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-07-06 16:52:52 +0300
committerFotis Voutsas <fotis@netdata.cloud>2023-07-06 16:52:52 +0300
commit1abccb8c362489dd49955fe33fa081778deb3907 (patch)
tree804d467dcc0a1138dcb8b7c03d1e18690ae84d56
parentaddfafbebb77d20adf3abc6704b4279a4a699eb1 (diff)
add keys suggested from reviewintegrations-schema
-rw-r--r--docs/.templates/integration/schema.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/.templates/integration/schema.json b/docs/.templates/integration/schema.json
index 10eb1b7cba..f4a5e96d2e 100644
--- a/docs/.templates/integration/schema.json
+++ b/docs/.templates/integration/schema.json
@@ -17,6 +17,21 @@
"type": "string",
"description": "Name of the category. This is the actual name of the category or subcategory, (e.g. Web Servers, Operating Systems, Databases)."
},
+ "limit_results": {
+ "type": [
+ "null",
+ "integer"
+ ],
+ "description": "A value that if set to an integer will limit the amount of subitems that this category will display. Additional subcategories will be hidden behind a `Show more` field."
+ },
+ "icon_name": {
+ "type": "string",
+ "description": "The name of the icon from the Netdata UI."
+ },
+ "description": {
+ "type": "string",
+ "description": "Text that will be presented below the category title."
+ },
"priority": {
"type": "integer",
"description": "Priority of the category. A number expressing where the category should be in the menu. The smaller the number the higher the priority, so a category with priority 1 would be above a category with a priority of 50 in terms of menu ordering."
@@ -72,10 +87,10 @@
"description": "path to the icon for this integration."
},
"keywords": {
- "type":"array",
+ "type": "array",
"description": "An array of terms related to the integration.",
"items": {
- "type":"string"
+ "type": "string"
}
},
"overview": {