Amazon QuickSight · JSON-LD Context

Amazon Quicksight Openapi Dashboard Summary Context

JSON-LD context defining the semantic vocabulary for Amazon Quicksight Openapi Dashboard Summary from Amazon QuickSight.

1 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

aws: https://aws.amazon.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

DashboardSummary

Properties

Property Type Container
Arn string
DashboardId string
Name string
CreatedTime dateTime
LastUpdatedTime dateTime
PublishedVersionNumber integer
LastPublishedTime dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "aws": "https://aws.amazon.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "DashboardSummary": "aws:DashboardSummary",
    "Arn": {
      "@id": "aws:Arn",
      "@type": "xsd:string"
    },
    "DashboardId": {
      "@id": "aws:DashboardId",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "aws:Name",
      "@type": "xsd:string"
    },
    "CreatedTime": {
      "@id": "aws:CreatedTime",
      "@type": "xsd:dateTime"
    },
    "LastUpdatedTime": {
      "@id": "aws:LastUpdatedTime",
      "@type": "xsd:dateTime"
    },
    "PublishedVersionNumber": {
      "@id": "aws:PublishedVersionNumber",
      "@type": "xsd:integer"
    },
    "LastPublishedTime": {
      "@id": "aws:LastPublishedTime",
      "@type": "xsd:dateTime"
    }
  }
}