Agent Diff Sandbox Context
JSON-LD context defining the semantic vocabulary for Agent Diff Sandbox from Agent Diff.
6 Classes
15 Properties
4 Namespaces
Namespaces
agent-diff:
https://agent-diff.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
DiffEntry
Sandbox
createdAt
SandboxCreateRequest
DiffList
SandboxList
Properties
| Property |
Type |
Container |
| id |
string |
|
| sandboxId |
string |
|
| operation |
string |
|
| timestamp |
dateTime |
|
| changes |
reference |
set |
| api |
string |
|
| scenario |
string |
|
| status |
string |
|
| baseUrl |
string |
|
| expiresAt |
dateTime |
|
| seedData |
reference |
|
| ttl |
integer |
|
| diffs |
string |
set |
| total |
integer |
|
| sandboxes |
string |
set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"agent-diff": "https://agent-diff.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"DiffEntry": "agent-diff:DiffEntry",
"id": {
"@id": "agent-diff:id",
"@type": "xsd:string"
},
"sandboxId": {
"@id": "agent-diff:sandbox_id",
"@type": "xsd:string"
},
"operation": {
"@id": "agent-diff:operation",
"@type": "xsd:string"
},
"timestamp": {
"@id": "agent-diff:timestamp",
"@type": "xsd:dateTime"
},
"changes": {
"@id": "agent-diff:changes",
"@container": "@set",
"@type": "@id"
},
"Sandbox": "agent-diff:Sandbox",
"api": {
"@id": "agent-diff:api",
"@type": "xsd:string"
},
"scenario": {
"@id": "agent-diff:scenario",
"@type": "xsd:string"
},
"status": {
"@id": "agent-diff:status",
"@type": "xsd:string"
},
"baseUrl": {
"@id": "agent-diff:base_url",
"@type": "xsd:string"
},
"createdAt": "schema:dateCreated",
"expiresAt": {
"@id": "agent-diff:expires_at",
"@type": "xsd:dateTime"
},
"SandboxCreateRequest": "agent-diff:SandboxCreateRequest",
"seedData": {
"@id": "agent-diff:seed_data",
"@type": "@id"
},
"ttl": {
"@id": "agent-diff:ttl",
"@type": "xsd:integer"
},
"DiffList": "agent-diff:DiffList",
"diffs": {
"@id": "agent-diff:diffs",
"@container": "@set",
"@type": "xsd:string"
},
"total": {
"@id": "agent-diff:total",
"@type": "xsd:integer"
},
"SandboxList": "agent-diff:SandboxList",
"sandboxes": {
"@id": "agent-diff:sandboxes",
"@container": "@set",
"@type": "xsd:string"
}
}
}