{ "@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" } }