E2B Dev Context
JSON-LD context defining the semantic vocabulary for E2B Dev from E2B.
20 Classes
11 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
e2b:
https://e2b.dev/ns/
apis:
https://apis.json/spec/
Classes
Sandbox
Template
Build
Volume
Team
APIKey
AccessToken
Desktop
CodeInterpreter
sandboxID
templateID
buildID
volumeID
teamID
apiKeyID
accessTokenID
state
envVars
metadata
alias
Properties
| Property |
Type |
Container |
| cpuCount |
schema:Integer |
|
| memoryMB |
schema:Integer |
|
| diskSizeMB |
schema:Integer |
|
| autoPause |
schema:Boolean |
|
| public |
schema:Boolean |
|
| names |
|
set |
| tags |
|
set |
| startedAt |
schema:DateTime |
|
| endAt |
schema:DateTime |
|
| createdAt |
schema:DateTime |
|
| updatedAt |
schema:DateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"e2b": "https://e2b.dev/ns/",
"apis": "https://apis.json/spec/",
"Sandbox": "e2b:Sandbox",
"Template": "e2b:Template",
"Build": "e2b:Build",
"Volume": "e2b:Volume",
"Team": "e2b:Team",
"APIKey": "e2b:APIKey",
"AccessToken": "e2b:AccessToken",
"Desktop": "e2b:Desktop",
"CodeInterpreter": "e2b:CodeInterpreter",
"sandboxID": "e2b:sandboxID",
"templateID": "e2b:templateID",
"buildID": "e2b:buildID",
"volumeID": "e2b:volumeID",
"teamID": "e2b:teamID",
"apiKeyID": "e2b:apiKeyID",
"accessTokenID": "e2b:accessTokenID",
"state": "e2b:state",
"cpuCount": {"@id": "e2b:cpuCount", "@type": "schema:Integer"},
"memoryMB": {"@id": "e2b:memoryMB", "@type": "schema:Integer"},
"diskSizeMB": {"@id": "e2b:diskSizeMB", "@type": "schema:Integer"},
"envVars": "e2b:envVars",
"metadata": "e2b:metadata",
"autoPause": {"@id": "e2b:autoPause", "@type": "schema:Boolean"},
"public": {"@id": "e2b:public", "@type": "schema:Boolean"},
"names": {"@id": "e2b:names", "@container": "@set"},
"tags": {"@id": "schema:keywords", "@container": "@set"},
"alias": "e2b:alias",
"startedAt": {"@id": "schema:startTime", "@type": "schema:DateTime"},
"endAt": {"@id": "schema:endTime", "@type": "schema:DateTime"},
"createdAt": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
"updatedAt": {"@id": "schema:dateModified", "@type": "schema:DateTime"}
}
}