Amazon Resource Explorer · JSON-LD Context

Amazon Resource Explorer Openapi Search Request Context

JSON-LD context defining the semantic vocabulary for Amazon Resource Explorer Openapi Search Request 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

SearchRequest

Properties

Property Type Container
QueryString string
MaxResults integer
NextToken string
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#",
    "SearchRequest": "aws:SearchRequest",
    "QueryString": {
      "@id": "aws:QueryString",
      "@type": "xsd:string"
    },
    "MaxResults": {
      "@id": "aws:MaxResults",
      "@type": "xsd:integer"
    },
    "NextToken": {
      "@id": "aws:NextToken",
      "@type": "xsd:string"
    },
    "ViewArn": {
      "@id": "aws:ViewArn",
      "@type": "xsd:string"
    }
  }
}