Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Resource Context

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

Resource

Properties

Property Type Container
id string
parentId string
pathPart string
path 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#",
    "Resource": "aws:Resource",
    "id": {
      "@id": "aws:id",
      "@type": "xsd:string"
    },
    "parentId": {
      "@id": "aws:parentId",
      "@type": "xsd:string"
    },
    "pathPart": {
      "@id": "aws:pathPart",
      "@type": "xsd:string"
    },
    "path": {
      "@id": "aws:path",
      "@type": "xsd:string"
    }
  }
}