Amazon API Gateway · JSON-LD Context

Amazon Api Gateway Context

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

0 Classes 13 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
id
name
description
createdDate dateTime
version string
warnings
binaryMediaTypes
minimumCompressionSize integer
apiKeySource string
endpointConfiguration string
policy string
tags
disableExecuteApiEndpoint boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "id": {
      "@id": "@id"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "createdDate": {
      "@id": "schema:createdDate",
      "@type": "xsd:dateTime"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "warnings": {
      "@id": "schema:warnings"
    },
    "binaryMediaTypes": {
      "@id": "schema:binaryMediaTypes"
    },
    "minimumCompressionSize": {
      "@id": "schema:minimumCompressionSize",
      "@type": "xsd:integer"
    },
    "apiKeySource": {
      "@id": "schema:apiKeySource",
      "@type": "xsd:string"
    },
    "endpointConfiguration": {
      "@id": "schema:endpointConfiguration",
      "@type": "xsd:string"
    },
    "policy": {
      "@id": "schema:policy",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "schema:tags"
    },
    "disableExecuteApiEndpoint": {
      "@id": "schema:disableExecuteApiEndpoint",
      "@type": "xsd:boolean"
    }
  }
}