workers_object

APIs.ioEngineeringPlatform

Properties

Name Type Description
hasStoredData boolean Whether the Durable Object has stored data.
id string ID of the Durable Object.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_object",
  "title": "workers_object",
  "properties": {
    "hasStoredData": {
      "description": "Whether the Durable Object has stored data.",
      "example": true,
      "readOnly": true,
      "type": "boolean"
    },
    "id": {
      "description": "ID of the Durable Object.",
      "example": "fe7803fc55b964e09d94666545aab688d360c6bda69ba349ced1e5f28d2fc2c8",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}