Amazon QuickSight · JSON-LD Context

Amazon Quicksight Schema.Json Context

JSON-LD context defining the semantic vocabulary for Amazon Quicksight Schema.Json 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

Amazon QuickSight Dashboard Definition

Properties

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