APIMatic · JSON-LD Context

Apimatic Context

JSON-LD context defining the semantic vocabulary for Apimatic from APIMatic.

9 Classes 4 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/
apimatic: https://www.apimatic.io/vocab/

Classes

id type name description version platform errors warnings valid

Properties

Property Type Container
createdAt dateTime
updatedAt dateTime
downloadUrl reference
expiresAt 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/",
    "apimatic": "https://www.apimatic.io/vocab/",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "createdAt": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "platform": "apimatic:platform",
    "downloadUrl": {
      "@id": "schema:downloadUrl",
      "@type": "@id"
    },
    "expiresAt": {
      "@id": "schema:expires",
      "@type": "xsd:dateTime"
    },
    "errors": "apimatic:errors",
    "warnings": "apimatic:warnings",
    "valid": "apimatic:valid"
  }
}