{
  "@context": "https://schema.org",
  "@type": "DataDownload",
  "name": "Sandbox JSON Schema",
  "spec": [
    "JSON Schema 2020-12",
    "OCI Runtime v1.2.0",
    "gVisor runsc 2026.05",
    "Firecracker 1.10",
    "seccomp-bpf",
    "RFC 8949 CBOR snapshots"
  ],
  "dateModified": "2026-06-02T09:39:35.503Z",
  "schema": {
    "sandboxId": {
      "type": "string",
      "format": "uuid"
    },
    "agentManifest": {
      "type": "string",
      "format": "uri"
    },
    "runtime": {
      "enum": [
        "firecracker",
        "gvisor",
        "wasm-wasi-p2"
      ]
    },
    "mode": {
      "enum": [
        "dry-run",
        "shadow",
        "canary",
        "live"
      ]
    },
    "ttlSeconds": {
      "type": "integer",
      "min": 60,
      "max": 3600
    },
    "networkPolicy": {
      "enum": [
        "none",
        "egress-allowlist",
        "full"
      ]
    },
    "seedFixtures": {
      "type": "array"
    }
  }
}