Amazon Q · JSON-LD Context

Amazon Q Openapi Conversation Context

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

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

Conversation

Properties

Property Type Container
conversationId string
title string
createdAt 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#",
    "Conversation": "aws:Conversation",
    "conversationId": {
      "@id": "aws:conversationId",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "aws:title",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "aws:createdAt",
      "@type": "xsd:dateTime"
    }
  }
}