{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Sandbox Snapshot API",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/api/sandbox/v1/{sandboxId}/snapshot",
  "method": "POST",
  "format": "CBOR (RFC 8949) + zstd",
  "includes": [
    "memory",
    "fs-overlay",
    "net-state",
    "clock-offset"
  ],
  "responseSchema": {
    "snapshotId": "uuid",
    "sizeBytes": "integer",
    "sha256": "hex",
    "signedManifest": "jws"
  },
  "restore": "https://xn--82czbx2bczd4fl8a.online/api/sandbox/v1/restore"
}