Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Usage Context

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

3 Classes 8 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

UsagePlan UsagePlans name

Properties

Property Type Container
items reference set
id string
throttle reference
burstLimit integer
rateLimit decimal
quota reference
limit integer
period 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#",
    "UsagePlan": "aws:UsagePlan",
    "UsagePlans": "aws:UsagePlans",
    "items": {
      "@id": "aws:items",
      "@container": "@set",
      "@type": "@id"
    },
    "id": {
      "@id": "aws:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "throttle": {
      "@id": "aws:throttle",
      "@type": "@id"
    },
    "burstLimit": {
      "@id": "aws:burstLimit",
      "@type": "xsd:integer"
    },
    "rateLimit": {
      "@id": "aws:rateLimit",
      "@type": "xsd:decimal"
    },
    "quota": {
      "@id": "aws:quota",
      "@type": "@id"
    },
    "limit": {
      "@id": "aws:limit",
      "@type": "xsd:integer"
    },
    "period": {
      "@id": "aws:period",
      "@type": "xsd:string"
    }
  }
}