Amazon Resource Explorer · JSON-LD Context

Amazon Resource Explorer Openapi Index Context

JSON-LD context defining the semantic vocabulary for Amazon Resource Explorer Openapi Index from Amazon Resource Explorer.

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
Arn string
Region string
Type 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",
    "Arn": {
      "@id": "aws:Arn",
      "@type": "xsd:string"
    },
    "Region": {
      "@id": "aws:Region",
      "@type": "xsd:string"
    },
    "Type": {
      "@id": "aws:Type",
      "@type": "xsd:string"
    }
  }
}