Amazon QuickSight · JSON-LD Context

Amazon Quicksight Openapi Data Set Context

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

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

DataSetSummary

Properties

Property Type Container
Arn string
DataSetId string
Name string
CreatedTime dateTime
LastUpdatedTime dateTime
ImportMode string

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#",
    "DataSetSummary": "aws:DataSetSummary",
    "Arn": {
      "@id": "aws:Arn",
      "@type": "xsd:string"
    },
    "DataSetId": {
      "@id": "aws:DataSetId",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "aws:Name",
      "@type": "xsd:string"
    },
    "CreatedTime": {
      "@id": "aws:CreatedTime",
      "@type": "xsd:dateTime"
    },
    "LastUpdatedTime": {
      "@id": "aws:LastUpdatedTime",
      "@type": "xsd:dateTime"
    },
    "ImportMode": {
      "@id": "aws:ImportMode",
      "@type": "xsd:string"
    }
  }
}