Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Api Context

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

3 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

ApiKey ApiKeys name

Properties

Property Type Container
items reference set
id string
value string
enabled boolean

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#",
    "ApiKey": "aws:ApiKey",
    "ApiKeys": "aws:ApiKeys",
    "items": {
      "@id": "aws:items",
      "@container": "@set",
      "@type": "@id"
    },
    "id": {
      "@id": "aws:id",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "aws:value",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "enabled": {
      "@id": "aws:enabled",
      "@type": "xsd:boolean"
    }
  }
}