{ "$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" }