Amazon API Gateway · JSON-LD Context

Aws Api Gateway V2 Deployment Context

JSON-LD context defining the semantic vocabulary for Aws Api Gateway V2 Deployment 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

Deployment

Properties

Property Type Container
DeploymentId string
Description string
DeploymentStatus string
CreatedDate dateTime

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#",
    "Deployment": "aws:Deployment",
    "DeploymentId": {
      "@id": "aws:DeploymentId",
      "@type": "xsd:string"
    },
    "Description": {
      "@id": "aws:Description",
      "@type": "xsd:string"
    },
    "DeploymentStatus": {
      "@id": "aws:DeploymentStatus",
      "@type": "xsd:string"
    },
    "CreatedDate": {
      "@id": "aws:CreatedDate",
      "@type": "xsd:dateTime"
    }
  }
}