Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Stage Context

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

2 Classes 2 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

Stage description

Properties

Property Type Container
deploymentId string
stageName 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#",
    "Stage": "aws:Stage",
    "deploymentId": {
      "@id": "aws:deploymentId",
      "@type": "xsd:string"
    },
    "stageName": {
      "@id": "aws:stageName",
      "@type": "xsd:string"
    },
    "description": "schema:description"
  }
}