Amazon API Gateway · JSON-LD Context

Aws Api Gateway V2 Integration Context

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

Integration

Properties

Property Type Container
IntegrationId string
IntegrationType string
IntegrationUri string
PayloadFormatVersion 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#",
    "Integration": "aws:Integration",
    "IntegrationId": {
      "@id": "aws:IntegrationId",
      "@type": "xsd:string"
    },
    "IntegrationType": {
      "@id": "aws:IntegrationType",
      "@type": "xsd:string"
    },
    "IntegrationUri": {
      "@id": "aws:IntegrationUri",
      "@type": "xsd:string"
    },
    "PayloadFormatVersion": {
      "@id": "aws:PayloadFormatVersion",
      "@type": "xsd:string"
    }
  }
}