Apinizer · JSON-LD Context

Apinizer Context

JSON-LD context defining the semantic vocabulary for Apinizer from Apinizer.

10 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
apinizer: https://apinizer.com/vocab/

Classes

id type name description status configuration policies endpoints totalRequests averageLatency

Properties

Property Type Container
baseUrl reference
createdAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "apinizer": "https://apinizer.com/vocab/",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "baseUrl": { "@id": "schema:url", "@type": "@id" },
    "status": "apinizer:status",
    "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" },
    "configuration": "apinizer:configuration",
    "policies": "apinizer:policies",
    "endpoints": "apinizer:endpoints",
    "totalRequests": "apinizer:totalRequests",
    "averageLatency": "apinizer:averageLatency"
  }
}