Amazon API Gateway · JSON-LD Context

Aws Api Gateway V1 Quota Context

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

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

QuotaSettings

Properties

Property Type Container
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#",
    "QuotaSettings": "aws:QuotaSettings",
    "limit": {
      "@id": "aws:limit",
      "@type": "xsd:integer"
    },
    "period": {
      "@id": "aws:period",
      "@type": "xsd:string"
    }
  }
}