Plane docs
ApiSchemas

SandboxNotFoundEncoded

One shape from the contract, as it appears on the wire.

Used by sandboxes.get, sandboxes.release, sandboxes.resume, sandboxes.snapshot

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "SandboxNotFound"
      ]
    },
    "id": {
      "$ref": "#/components/schemas/SandboxId"
    }
  },
  "required": [
    "_tag",
    "id"
  ],
  "additionalProperties": false
}

On this page