APIGit · JSON-LD Context

Apigit Context

JSON-LD context defining the semantic vocabulary for Apigit from APIGit.

4 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

apigit: https://apigit.com/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Repository MockServer name description

Properties

Property Type Container
id string
visibility string
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "apigit": "https://apigit.com/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Repository": "apigit:Repository",
    "MockServer": "apigit:MockServer",
    "id": {
      "@id": "apigit:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "visibility": {
      "@id": "apigit:visibility",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "apigit:status",
      "@type": "xsd:string"
    }
  }
}