Amazon API Gateway · JSON-LD Context

Aws Api Gateway V2 Stage Context

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

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

Stage

Properties

Property Type Container
StageName string
DeploymentId string
Description string
AutoDeploy 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#",
    "Stage": "aws:Stage",
    "StageName": {
      "@id": "aws:StageName",
      "@type": "xsd:string"
    },
    "DeploymentId": {
      "@id": "aws:DeploymentId",
      "@type": "xsd:string"
    },
    "Description": {
      "@id": "aws:Description",
      "@type": "xsd:string"
    },
    "AutoDeploy": {
      "@id": "aws:AutoDeploy",
      "@type": "xsd:boolean"
    }
  }
}