Sorsa · JSON-LD Context

Sorsa Security Context

JSON-LD context defining the semantic vocabulary for Sorsa Security from Sorsa.

8 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sorsa: https://api.sorsa.io/v3/vocab#

Classes

ApiKey in header RateLimit requestsPerSecond monthlyQuota remaining expires_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sorsa": "https://api.sorsa.io/v3/vocab#",
    "ApiKey": "sorsa:ApiKeyAuth",
    "in": "sorsa:credentialLocation",
    "header": "sorsa:HttpHeader",
    "RateLimit": "sorsa:RateLimit",
    "requestsPerSecond": "sorsa:requestsPerSecond",
    "monthlyQuota": "sorsa:monthlyQuota",
    "remaining": "sorsa:quotaRemaining",
    "expires_at": "schema:expires"
  }
}