Amazon Resource Explorer · JSON-LD Context

Amazon Resource Explorer Openapi Search Response Context

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

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

SearchResponse

Properties

Property Type Container
Count string
NextToken string
Resources string set
ViewArn 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#",
    "SearchResponse": "aws:SearchResponse",
    "Count": {
      "@id": "aws:Count",
      "@type": "xsd:string"
    },
    "NextToken": {
      "@id": "aws:NextToken",
      "@type": "xsd:string"
    },
    "Resources": {
      "@id": "aws:Resources",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "ViewArn": {
      "@id": "aws:ViewArn",
      "@type": "xsd:string"
    }
  }
}