Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Disassociate License Response Structure

DisassociateLicenseResponse schema from Amazon Managed Grafana API

Type: object Properties: 1 Required: 1
DashboardsMonitoringObservabilityVisualization

DisassociateLicenseResponse is a JSON Structure definition published by Amazon Managed Grafana, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

workspace

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-disassociate-license-response-structure.json",
  "name": "DisassociateLicenseResponse",
  "description": "DisassociateLicenseResponse schema from Amazon Managed Grafana API",
  "type": "object",
  "properties": {
    "workspace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceDescription"
        },
        {
          "description": "A structure containing information about the workspace."
        }
      ]
    }
  },
  "required": [
    "workspace"
  ]
}