{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-schema/amazon-managed-grafana-describe-workspace-configuration-response-schema.json", "title": "DescribeWorkspaceConfigurationResponse", "description": "DescribeWorkspaceConfigurationResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "configuration": { "allOf": [ { "$ref": "#/components/schemas/OverridableConfigurationJson" }, { "description": "The configuration string for the workspace that you requested. For more information about the format and configuration options available, see Working in your Grafana workspace." } ] }, "grafanaVersion": { "allOf": [ { "$ref": "#/components/schemas/GrafanaVersion" }, { "description": "The supported Grafana version for the workspace." } ] } }, "required": [ "configuration" ] }