Added enterprise features to the schema (#38463)

This commit is contained in:
Stephanie Closson 2021-08-23 16:39:26 -03:00 committed by GitHub
parent 2156980edb
commit 8d126de305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,6 +440,18 @@
}
}
}
},
"enterpriseFeatures": {
"type": "object",
"description": "Grafana Enerprise specific features",
"additionalProperties": true,
"properties": {
"healthDiagnosticsErrors": {
"type": "boolean",
"description": "Enable/Disable health diagnostics errors. Requires Grafana >=7.5.5",
"default": false
}
}
}
}
}