WorkspaceId

WorkspaceId schema from Amazon Managed Grafana API

DashboardsMonitoringObservabilityVisualization
View JSON Schema on GitHub

JSON Schema

amazon-managed-grafana-workspace-id-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-workspace-id-schema.json",
  "title": "WorkspaceId",
  "description": "WorkspaceId schema from Amazon Managed Grafana API",
  "type": "string",
  "pattern": "^g-[0-9a-f]{10}$"
}