Amazon API Gateway · JSON-LD Context

Aws Api Gateway Management Connection Context

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

1 Classes 5 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

Connection

Properties

Property Type Container
ConnectedAt dateTime
LastActiveAt dateTime
Identity reference
SourceIp string
UserAgent 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#",
    "Connection": "aws:Connection",
    "ConnectedAt": {
      "@id": "aws:ConnectedAt",
      "@type": "xsd:dateTime"
    },
    "LastActiveAt": {
      "@id": "aws:LastActiveAt",
      "@type": "xsd:dateTime"
    },
    "Identity": {
      "@id": "aws:Identity",
      "@type": "@id"
    },
    "SourceIp": {
      "@id": "aws:SourceIp",
      "@type": "xsd:string"
    },
    "UserAgent": {
      "@id": "aws:UserAgent",
      "@type": "xsd:string"
    }
  }
}