Amazon API Gateway · JSON-LD Context

Aws Api Gateway V2 Authorizer Context

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

Authorizer

Properties

Property Type Container
AuthorizerId string
Name string
AuthorizerType string
IdentitySource string set

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#",
    "Authorizer": "aws:Authorizer",
    "AuthorizerId": {
      "@id": "aws:AuthorizerId",
      "@type": "xsd:string"
    },
    "Name": {
      "@id": "aws:Name",
      "@type": "xsd:string"
    },
    "AuthorizerType": {
      "@id": "aws:AuthorizerType",
      "@type": "xsd:string"
    },
    "IdentitySource": {
      "@id": "aws:IdentitySource",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}