ApiNotes · JSON-LD Context

Apinotes Context

JSON-LD context defining the semantic vocabulary for Apinotes from ApiNotes.

7 Classes 3 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/
apinotes: https://apinotes.io/vocab/

Classes

id type name description version languages liveTestingEnabled

Properties

Property Type Container
specificationUrl reference
portalUrl reference
createdAt dateTime

JSON-LD Document

apinotes-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "apinotes": "https://apinotes.io/vocab/",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "specificationUrl": { "@id": "schema:url", "@type": "@id" },
    "portalUrl": { "@id": "schema:mainEntityOfPage", "@type": "@id" },
    "version": "schema:version",
    "languages": "apinotes:languages",
    "liveTestingEnabled": "apinotes:liveTestingEnabled",
    "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" }
  }
}