Amazon API Gateway · JSON-LD Context

Aws Api Gateway V2 Route Context

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

Route

Properties

Property Type Container
RouteId string
RouteKey string
Target string
AuthorizationType 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#",
    "Route": "aws:Route",
    "RouteId": {
      "@id": "aws:RouteId",
      "@type": "xsd:string"
    },
    "RouteKey": {
      "@id": "aws:RouteKey",
      "@type": "xsd:string"
    },
    "Target": {
      "@id": "aws:Target",
      "@type": "xsd:string"
    },
    "AuthorizationType": {
      "@id": "aws:AuthorizationType",
      "@type": "xsd:string"
    }
  }
}