Amazon QuickSight · JSON-LD Context

Amazon Quicksight Openapi Dashboard Context

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

1 Classes 9 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

Dashboard

Properties

Property Type Container
DashboardId string
Arn string
Name string
Version string
VersionNumber integer
Status string
CreatedTime dateTime
LastPublishedTime dateTime
LastUpdatedTime 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#",
    "Dashboard": "aws:Dashboard",
    "DashboardId": {
      "@id": "aws:DashboardId",
      "@type": "xsd:string"
    },
    "Arn": {
      "@id": "aws:Arn",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "aws:Name",
      "@type": "xsd:string"
    },
    "Version": {
      "@id": "aws:Version",
      "@type": "xsd:string"
    },
    "VersionNumber": {
      "@id": "aws:VersionNumber",
      "@type": "xsd:integer"
    },
    "Status": {
      "@id": "aws:Status",
      "@type": "xsd:string"
    },
    "CreatedTime": {
      "@id": "aws:CreatedTime",
      "@type": "xsd:dateTime"
    },
    "LastPublishedTime": {
      "@id": "aws:LastPublishedTime",
      "@type": "xsd:dateTime"
    },
    "LastUpdatedTime": {
      "@id": "aws:LastUpdatedTime",
      "@type": "xsd:dateTime"
    }
  }
}