Amazon QuickSight · JSON Structure

Amazon Quicksight Openapi Dashboard Summary Structure

DashboardSummary schema from openapi

Type: object Properties: 7
AnalyticsBIBusiness IntelligenceDashboardsMachine LearningReportingVisualization

DashboardSummary 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

Arn DashboardId Name CreatedTime LastUpdatedTime PublishedVersionNumber LastPublishedTime

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-summary-structure.json",
  "description": "DashboardSummary schema from openapi",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string"
    },
    "DashboardId": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "CreatedTime": {
      "type": "datetime"
    },
    "LastUpdatedTime": {
      "type": "datetime"
    },
    "PublishedVersionNumber": {
      "type": "int32"
    },
    "LastPublishedTime": {
      "type": "datetime"
    }
  },
  "name": "DashboardSummary"
}