No description available.
Properties
An RFC 3339 formatted timestamp.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"message",
"status",
"createdAt"
],
"properties": {
"status": {
"enum": [
"inactive",
"pending",
"active",
"error"
],
"type": "string"
},
"message": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
No description available.
Properties
A content identifier (CID) referencing immutable data.
No description available.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"cid",
"record"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"record": {
"type": "unknown"
},
"latestEvent": {
"ref": "place.stream.multistream.defs#event",
"type": "ref"
}
}
}