Amazon Q · JSON-LD Context

Amazon Q Openapi Message Context

JSON-LD context defining the semantic vocabulary for Amazon Q Openapi Message from Amazon Q.

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

Message

Properties

Property Type Container
messageId string
body string
type string
time 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#",
    "Message": "aws:Message",
    "messageId": {
      "@id": "aws:messageId",
      "@type": "xsd:string"
    },
    "body": {
      "@id": "aws:body",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "aws:type",
      "@type": "xsd:string"
    },
    "time": {
      "@id": "aws:time",
      "@type": "xsd:dateTime"
    }
  }
}