{
"id": "com.publicdomainrelay.temp.gateway.subscribeComputeEvents",
"defs": {
"main": {
"type": "subscription",
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "AuthRequired"
}
],
"message": {
"schema": {
"refs": [
"#vm_started",
"#vm_on_network",
"#terminated",
"#error"
],
"type": "union"
}
},
"parameters": {
"type": "params",
"required": [
"receiptUri"
],
"properties": {
"receiptUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the receipt record to subscribe to events for."
}
}
},
"description": "Subscribe to lifecycle events for a compute contract. Gateway pushes events as they arrive from the bidder (vm.started, vm.onNetwork, terminated)."
},
"error": {
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string"
}
}
},
"terminated": {
"type": "object",
"required": [
"receiptUri",
"reason",
"timestamp"
],
"properties": {
"reason": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
},
"vm_started": {
"type": "object",
"required": [
"receiptUri",
"timestamp"
],
"properties": {
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
},
"vm_on_network": {
"type": "object",
"required": [
"receiptUri",
"address",
"timestamp"
],
"properties": {
"address": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"receiptUri": {
"type": "string",
"format": "at-uri"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:5svqtrhheairglgiiyvutzik
- CID
-
bafyreihk7atuxx6wqer5pa652cbtlk5p5vqj43zatbbwse5ky6hg6hbv5m
- Indexed At
- 2026-07-26 20:05 UTC
- AT-URI
-
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/com.publicdomainrelay.temp.gateway.subscribeComputeEvents