TagMap

TagMap schema from Amazon Managed Grafana API

DashboardsMonitoringObservabilityVisualization
View JSON Schema on GitHub

JSON Schema

amazon-managed-grafana-tag-map-schema.json Raw ↑
{
  "$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-tag-map-schema.json",
  "title": "TagMap",
  "description": "TagMap schema from Amazon Managed Grafana API",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/TagValue"
  }
}