APILayer · JSON-LD Context

Apilayer Context

JSON-LD context defining the semantic vocabulary for Apilayer from APILayer.

12 Classes 1 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/
apilayer: https://apilayer.com/vocab/

Classes

id type name description category baseURL authentication plans tags monthlyRequests pricePerMonth headerName

Properties

Property Type Container
documentationURL reference

JSON-LD Document

apilayer-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "apilayer": "https://apilayer.com/vocab/",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "category": "apilayer:category",
    "baseURL": "schema:url",
    "documentationURL": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "authentication": "apilayer:authentication",
    "plans": "apilayer:plans",
    "tags": "schema:keywords",
    "monthlyRequests": "apilayer:monthlyRequests",
    "pricePerMonth": "schema:price",
    "headerName": "apilayer:headerName"
  }
}