Manage OpenAPI via GitHub Demo · JSON-LD Context

Demo Openapi Context

JSON-LD context defining the semantic vocabulary for Demo Openapi from Manage OpenAPI via GitHub Demo.

2 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
apisio: https://apis.io/vocab/

Classes

API Search

Properties

Property Type Container
id
name schema:Text
description schema:Text
url schema:URL
humanURL schema:URL
baseURL schema:URL
tags schema:Text

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://apis.io/vocab/",
    "schema": "https://schema.org/",
    "apisio": "https://apis.io/vocab/",
    "API": "schema:WebAPI",
    "Search": "schema:SearchAction",
    "id": {"@id": "schema:identifier"},
    "name": {"@id": "schema:name", "@type": "schema:Text"},
    "description": {"@id": "schema:description", "@type": "schema:Text"},
    "url": {"@id": "schema:url", "@type": "schema:URL"},
    "humanURL": {"@id": "apisio:humanURL", "@type": "schema:URL"},
    "baseURL": {"@id": "apisio:baseURL", "@type": "schema:URL"},
    "tags": {"@id": "schema:keywords", "@type": "schema:Text"}
  }
}