chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -1,149 +1,6 @@
{
"type": "object",
"properties": {
"meta": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"canSave": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
},
"canAdmin": {
"type": "boolean"
},
"canStar": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
},
"slug": {
"type": "string"
},
"url": {
"type": "string"
},
"expires": {
"type": "string"
},
"created": {
"type": "string"
},
"updated": {
"type": "string"
},
"updatedBy": {
"type": "string"
},
"createdBy": {
"type": "string"
},
"version": {
"type": "integer"
},
"hasAcl": {
"type": "boolean"
},
"isFolder": {
"type": "boolean"
},
"folderId": {
"type": "integer"
},
"folderUid": {
"type": "string"
},
"folderTitle": {
"type": "string"
},
"folderUrl": {
"type": "string"
},
"provisioned": {
"type": "boolean"
},
"provisionedExternalId": {
"type": "string"
},
"annotationsPermissions": {
"type": "object",
"properties": {
"dashboard": {
"type": "object",
"properties": {
"canAdd": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
}
},
"required": [
"canAdd",
"canEdit",
"canDelete"
]
},
"organization": {
"type": "object",
"properties": {
"canAdd": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
}
},
"required": [
"canAdd",
"canEdit",
"canDelete"
]
}
},
"required": [
"dashboard",
"organization"
]
}
},
"required": [
"type",
"canSave",
"canEdit",
"canAdmin",
"canStar",
"canDelete",
"slug",
"url",
"expires",
"created",
"updated",
"updatedBy",
"createdBy",
"version",
"hasAcl",
"isFolder",
"folderId",
"folderUid",
"folderTitle",
"folderUrl",
"provisioned",
"provisionedExternalId",
"annotationsPermissions"
]
},
"dashboard": {
"type": "object",
"properties": {
@@ -167,11 +24,7 @@
"uid": {
"type": "string"
}
},
"required": [
"type",
"uid"
]
}
},
"enable": {
"type": "boolean"
@@ -185,9 +38,6 @@
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"target": {
"type": "object",
"properties": {
@@ -200,30 +50,15 @@
"type": {
"type": "string"
}
},
"required": [
"limit",
"matchAny",
"tags",
"type"
]
}
},
"type": {
"type": "string"
}
},
"required": [
"builtIn",
"datasource",
"enable",
"hide",
"iconColor",
"name",
"type"
]
}
}
}
},
"required": [
"list"
]
}
},
"editable": {
"type": "boolean"
@@ -269,19 +104,7 @@
"url": {
"type": "string"
}
},
"required": [
"asDropdown",
"icon",
"includeVars",
"keepTime",
"tags",
"targetBlank",
"title",
"tooltip",
"type",
"url"
]
}
}
},
"panels": {
@@ -298,11 +121,7 @@
"uid": {
"type": "string"
}
},
"required": [
"type",
"uid"
]
}
},
"description": {
"type": "string"
@@ -316,55 +135,29 @@
"color": {
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"fixedColor": {
"type": "string"
}
},
"required": [
"mode"
]
},
"thresholds": {
"type": "object",
"properties": {
},
"mode": {
"type": "string"
},
"steps": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
}
},
"required": [
"color"
]
}
}
},
"required": [
"mode",
"steps"
]
},
"unit": {
"type": "string"
}
},
"custom": {
"type": "object",
"properties": {
"axisBorderShow": {
"type": "boolean"
},
"axisCenteredZero": {
"type": "boolean"
},
"axisColorMode": {
"type": "string"
},
"axisGridShow": {
"type": "boolean"
},
"axisLabel": {
"type": "string"
},
@@ -374,6 +167,9 @@
"barAlignment": {
"type": "integer"
},
"barWidthFactor": {
"type": "number"
},
"drawStyle": {
"type": "string"
},
@@ -395,16 +191,22 @@
"viz": {
"type": "boolean"
}
},
"required": [
"legend",
"tooltip",
"viz"
]
}
},
"insertNulls": {
"type": "boolean"
},
"lineInterpolation": {
"type": "string"
},
"lineStyle": {
"type": "object",
"properties": {
"fill": {
"type": "string"
}
}
},
"lineWidth": {
"type": "integer"
},
@@ -417,10 +219,7 @@
"type": {
"type": "string"
}
},
"required": [
"type"
]
}
},
"showPoints": {
"type": "string"
@@ -437,11 +236,7 @@
"mode": {
"type": "string"
}
},
"required": [
"group",
"mode"
]
}
},
"thresholdsStyle": {
"type": "object",
@@ -449,45 +244,36 @@
"mode": {
"type": "string"
}
},
"required": [
"mode"
]
},
"axisBorderShow": {
"type": "boolean"
},
"axisGridShow": {
"type": "boolean"
},
"barWidthFactor": {
"type": "number"
},
"insertNulls": {
"type": "boolean"
},
"lineStyle": {
"type": "object",
"properties": {
"fill": {
"type": "string"
}
},
"required": [
"fill"
]
}
}
}
},
"min": {
"type": "integer"
},
"thresholds": {
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"steps": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
}
}
}
}
}
},
"unit": {
"type": "string"
}
},
"required": [
"color",
"mappings",
"thresholds"
]
}
},
"overrides": {
"type": "array",
@@ -503,11 +289,7 @@
"options": {
"type": "string"
}
},
"required": [
"id",
"options"
]
}
},
"properties": {
"type": "array",
@@ -517,25 +299,13 @@
"id": {
"type": "string"
}
},
"required": [
"id",
"value"
]
}
}
}
},
"required": [
"matcher",
"properties"
]
}
}
}
},
"required": [
"defaults",
"overrides"
]
}
},
"gridPos": {
"type": "object",
@@ -552,17 +322,14 @@
"y": {
"type": "integer"
}
},
"required": [
"h",
"w",
"x",
"y"
]
}
},
"id": {
"type": "integer"
},
"interval": {
"type": "string"
},
"options": {
"type": "object",
"properties": {
@@ -584,13 +351,7 @@
"showLegend": {
"type": "boolean"
}
},
"required": [
"calcs",
"displayMode",
"placement",
"showLegend"
]
}
},
"tooltip": {
"type": "object",
@@ -601,11 +362,7 @@
"sort": {
"type": "string"
}
},
"required": [
"mode",
"sort"
]
}
}
}
},
@@ -626,17 +383,7 @@
"uid": {
"type": "string"
}
},
"required": [
"type",
"uid"
]
},
"refId": {
"type": "string"
},
"hide": {
"type": "boolean"
}
},
"disableTextWrap": {
"type": "boolean"
@@ -647,58 +394,54 @@
"expr": {
"type": "string"
},
"format": {
"type": "string"
},
"fullMetaSearch": {
"type": "boolean"
},
"hide": {
"type": "boolean"
},
"includeNullMetadata": {
"type": "boolean"
},
"instant": {
"type": "boolean"
},
"legendFormat": {
"type": "string"
},
"useBackend": {
"type": "boolean"
},
"format": {
"type": "string"
},
"interval": {
"type": "string"
},
"intervalFactor": {
"type": "integer"
},
"legendFormat": {
"type": "string"
},
"refId": {
"type": "string"
},
"useBackend": {
"type": "boolean"
}
},
"required": [
"datasource",
"refId"
]
}
}
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"transparent": {
"type": "boolean"
},
"interval": {
"type": {
"type": "string"
}
},
"required": [
"gridPos",
"id",
"title",
"type"
]
}
}
},
"preload": {
"type": "boolean"
},
"schemaVersion": {
"type": "integer"
},
@@ -722,11 +465,7 @@
"selected": {
"type": "boolean"
}
},
"required": [
"text",
"value"
]
}
},
"datasource": {
"type": "object",
@@ -737,11 +476,7 @@
"uid": {
"type": "string"
}
},
"required": [
"type",
"uid"
]
}
},
"definition": {
"type": "string"
@@ -775,12 +510,7 @@
"value": {
"type": "string"
}
},
"required": [
"selected",
"text",
"value"
]
}
}
},
"query": {
@@ -789,10 +519,7 @@
"query": {
"type": "string"
}
},
"required": [
"query"
]
}
},
"refresh": {
"type": "integer"
@@ -809,20 +536,10 @@
"type": {
"type": "string"
}
},
"required": [
"current",
"name",
"options",
"query",
"type"
]
}
}
}
},
"required": [
"list"
]
}
},
"time": {
"type": "object",
@@ -833,11 +550,7 @@
"to": {
"type": "string"
}
},
"required": [
"from",
"to"
]
}
},
"timezone": {
"type": "string"
@@ -853,35 +566,113 @@
},
"weekStart": {
"type": "string"
},
"preload": {
"type": "boolean"
}
},
"required": [
"annotations",
"editable",
"fiscalYearStartMonth",
"graphTooltip",
"id",
"links",
"panels",
"schemaVersion",
"tags",
"templating",
"time",
"timepicker",
"timezone",
"title",
"uid",
"version",
"weekStart"
]
}
},
"meta": {
"type": "object",
"properties": {
"annotationsPermissions": {
"type": "object",
"properties": {
"dashboard": {
"type": "object",
"properties": {
"canAdd": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
}
}
},
"organization": {
"type": "object",
"properties": {
"canAdd": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
}
}
}
}
},
"canAdmin": {
"type": "boolean"
},
"canDelete": {
"type": "boolean"
},
"canEdit": {
"type": "boolean"
},
"canSave": {
"type": "boolean"
},
"canStar": {
"type": "boolean"
},
"created": {
"type": "string"
},
"createdBy": {
"type": "string"
},
"expires": {
"type": "string"
},
"folderId": {
"type": "integer"
},
"folderTitle": {
"type": "string"
},
"folderUid": {
"type": "string"
},
"folderUrl": {
"type": "string"
},
"hasAcl": {
"type": "boolean"
},
"isFolder": {
"type": "boolean"
},
"provisioned": {
"type": "boolean"
},
"provisionedExternalId": {
"type": "string"
},
"slug": {
"type": "string"
},
"type": {
"type": "string"
},
"updated": {
"type": "string"
},
"updatedBy": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "integer"
}
}
}
},
"required": [
"meta",
"dashboard"
],
"version": 1
}