Apiman · JSON-LD Context

Apiman Context

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

11 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/
apiman: https://www.apiman.io/vocab/

Classes

id type name description organizationId createdBy numPublished tags policies policyDefinitionId configuration

Properties

Property Type Container
createdOn 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/",
    "apiman": "https://www.apiman.io/vocab/",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "organizationId": "apiman:organizationId",
    "createdBy": "dcterms:creator",
    "createdOn": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "numPublished": "apiman:numPublished",
    "tags": "schema:keywords",
    "policies": "apiman:policies",
    "policyDefinitionId": "apiman:policyDefinitionId",
    "configuration": "apiman:configuration"
  }
}