Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Rest Context

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

5 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

RestApis RestApi name description version

Properties

Property Type Container
id string
createdDate dateTime
endpointConfiguration reference
types string set
items reference 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#",
    "RestApis": "aws:RestApis",
    "RestApi": "aws:RestApi",
    "id": {
      "@id": "aws:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "createdDate": {
      "@id": "aws:createdDate",
      "@type": "xsd:dateTime"
    },
    "version": "schema:version",
    "endpointConfiguration": {
      "@id": "aws:endpointConfiguration",
      "@type": "@id"
    },
    "types": {
      "@id": "aws:types",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "items": {
      "@id": "aws:items",
      "@container": "@set",
      "@type": "@id"
    }
  }
}