Gitpod · JSON-LD Context

Gitpod Context

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

42 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gitpod: https://api.gitpod.io/vocab#

Classes

Environment EnvironmentSpec EnvironmentStatus EnvironmentClass EnvironmentPhase Organization OrganizationMember Project Account Runner Prebuild Secret id type name description status phase organizationId environmentId projectId accountId runnerId spec metadata class url email role tier machine content ports timeout automations secrets sshPublicKeys members settings invitationId SoftwareApplication Person

Properties

Property Type Container
createdAt schema:DateTime
updatedAt schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.gitpod.io/vocab#",
    "schema": "https://schema.org/",
    "gitpod": "https://api.gitpod.io/vocab#",
    "Environment": "gitpod:Environment",
    "EnvironmentSpec": "gitpod:EnvironmentSpec",
    "EnvironmentStatus": "gitpod:EnvironmentStatus",
    "EnvironmentClass": "gitpod:EnvironmentClass",
    "EnvironmentPhase": "gitpod:EnvironmentPhase",
    "Organization": "schema:Organization",
    "OrganizationMember": "gitpod:OrganizationMember",
    "Project": "gitpod:Project",
    "Account": "gitpod:Account",
    "Runner": "gitpod:Runner",
    "Prebuild": "gitpod:Prebuild",
    "Secret": "gitpod:Secret",
    "id": "@id",
    "type": "@type",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "name": "schema:name",
    "description": "schema:description",
    "status": "gitpod:status",
    "phase": "gitpod:phase",
    "organizationId": "gitpod:organizationId",
    "environmentId": "gitpod:environmentId",
    "projectId": "gitpod:projectId",
    "accountId": "gitpod:accountId",
    "runnerId": "gitpod:runnerId",
    "spec": "gitpod:spec",
    "metadata": "gitpod:metadata",
    "class": "gitpod:class",
    "url": "schema:url",
    "email": "schema:email",
    "role": "gitpod:role",
    "tier": "gitpod:tier",
    "machine": "gitpod:machine",
    "content": "gitpod:content",
    "ports": "gitpod:ports",
    "timeout": "gitpod:timeout",
    "automations": "gitpod:automations",
    "secrets": "gitpod:secrets",
    "sshPublicKeys": "gitpod:sshPublicKeys",
    "members": "gitpod:members",
    "settings": "gitpod:settings",
    "invitationId": "gitpod:invitationId",
    "SoftwareApplication": "schema:SoftwareApplication",
    "Person": "schema:Person"
  }
}