Specification · JSON-LD Context

Specification Context

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

6 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

spec: https://api-evangelist.com/vocab/specification/
oas: https://spec.openapis.org/oas/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description url version TechArticle SoftwareApplication

Properties

Property Type Container
APISpecification reference
OpenAPISpec reference
AsyncAPISpec reference
JSONSchemaSpec reference
ArazzoSpec reference
specFormat string
specVersion string
baseUrl anyURI
paths integer
schemas integer
maintainer reference

JSON-LD Document

specification-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "spec": "https://api-evangelist.com/vocab/specification/",
    "oas": "https://spec.openapis.org/oas/vocab/",
    "name": "name",
    "description": "description",
    "url": "url",
    "version": "version",
    "TechArticle": "TechArticle",
    "SoftwareApplication": "SoftwareApplication",
    "APISpecification": {
      "@id": "spec:APISpecification",
      "@type": "@id"
    },
    "OpenAPISpec": {
      "@id": "spec:OpenAPISpec",
      "@type": "@id"
    },
    "AsyncAPISpec": {
      "@id": "spec:AsyncAPISpec",
      "@type": "@id"
    },
    "JSONSchemaSpec": {
      "@id": "spec:JSONSchemaSpec",
      "@type": "@id"
    },
    "ArazzoSpec": {
      "@id": "spec:ArazzoSpec",
      "@type": "@id"
    },
    "specFormat": {
      "@id": "spec:format",
      "@type": "xsd:string"
    },
    "specVersion": {
      "@id": "spec:version",
      "@type": "xsd:string"
    },
    "baseUrl": {
      "@id": "spec:baseUrl",
      "@type": "xsd:anyURI"
    },
    "paths": {
      "@id": "spec:paths",
      "@type": "xsd:integer"
    },
    "schemas": {
      "@id": "spec:schemas",
      "@type": "xsd:integer"
    },
    "maintainer": {
      "@id": "spec:maintainer",
      "@type": "@id"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}