Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Method Context

JSON-LD context defining the semantic vocabulary for Aws Api Gateway V1 Method from Amazon API Gateway.

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

Method

Properties

Property Type Container
httpMethod string
authorizationType string
apiKeyRequired boolean

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#",
    "Method": "aws:Method",
    "httpMethod": {
      "@id": "aws:httpMethod",
      "@type": "xsd:string"
    },
    "authorizationType": {
      "@id": "aws:authorizationType",
      "@type": "xsd:string"
    },
    "apiKeyRequired": {
      "@id": "aws:apiKeyRequired",
      "@type": "xsd:boolean"
    }
  }
}