Amazon Q · JSON-LD Context

Amazon Q Openapi Index Context

JSON-LD context defining the semantic vocabulary for Amazon Q Openapi Index 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

Index

Properties

Property Type Container
indexId string
displayName string
status 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#",
    "Index": "aws:Index",
    "indexId": {
      "@id": "aws:indexId",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "aws:displayName",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "aws:status",
      "@type": "xsd:string"
    }
  }
}