Amazon QuickSight · JSON Structure

Amazon Quicksight Openapi Dashboard Structure

Dashboard schema from openapi

Type: object Properties: 7
AnalyticsBIBusiness IntelligenceDashboardsMachine LearningReportingVisualization

Dashboard is a JSON Structure definition published by Amazon QuickSight, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DashboardId Arn Name Version CreatedTime LastPublishedTime LastUpdatedTime

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-quicksight/refs/heads/main/json-structure/amazon-quicksight-openapi-dashboard-structure.json",
  "description": "Dashboard schema from openapi",
  "type": "object",
  "properties": {
    "DashboardId": {
      "type": "string"
    },
    "Arn": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Version": {
      "type": "object",
      "properties": {
        "VersionNumber": {
          "type": "int32"
        },
        "Status": {
          "type": "string",
          "enum": [
            "CREATION_IN_PROGRESS",
            "CREATION_SUCCESSFUL",
            "CREATION_FAILED",
            "UPDATE_IN_PROGRESS",
            "UPDATE_SUCCESSFUL",
            "UPDATE_FAILED"
          ]
        },
        "CreatedTime": {
          "type": "datetime"
        }
      }
    },
    "CreatedTime": {
      "type": "datetime"
    },
    "LastPublishedTime": {
      "type": "datetime"
    },
    "LastUpdatedTime": {
      "type": "datetime"
    }
  },
  "name": "Dashboard"
}