Sideko · JSON-LD Context

Sideko Context

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

15 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sideko: https://api.sideko.dev/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ApiProject ApiVersion SdkGeneration DocSite MockServer ApiKey id name description slug version specFormat language status maskedKey

Properties

Property Type Container
versionCount integer
createdAt dateTime
updatedAt dateTime
downloadUrl reference
endpoint reference
url reference
projectId reference
versionId reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sideko": "https://api.sideko.dev/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ApiProject": "sideko:ApiProject",
    "ApiVersion": "sideko:ApiVersion",
    "SdkGeneration": "sideko:SdkGeneration",
    "DocSite": "sideko:DocSite",
    "MockServer": "sideko:MockServer",
    "ApiKey": "sideko:ApiKey",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "slug": "sideko:slug",
    "versionCount": {
      "@id": "sideko:versionCount",
      "@type": "xsd:integer"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "version": "schema:version",
    "specFormat": "sideko:specFormat",
    "language": "sideko:programmingLanguage",
    "status": "sideko:status",
    "downloadUrl": {
      "@id": "schema:downloadUrl",
      "@type": "@id"
    },
    "endpoint": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "maskedKey": "sideko:maskedKey",
    "projectId": {
      "@id": "sideko:belongsToProject",
      "@type": "@id"
    },
    "versionId": {
      "@id": "sideko:basedOnVersion",
      "@type": "@id"
    }
  }
}