{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DurableObjectNamespace",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the namespace."
},
"name": {
"type": "string",
"description": "The name of the namespace."
},
"script": {
"type": "string",
"description": "The Worker script associated with the namespace."
},
"class": {
"type": "string",
"description": "The Durable Object class name."
}
}
}