{
"id": "at.upvote.toggleSignal",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"standardSiteDocument"
],
"properties": {
"standardSiteDocument": {
"type": "string",
"format": "at-uri",
"description": "The subject standard.site document of an upvote.at signal"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid",
"action"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the created signal record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the created signal record"
},
"action": {
"enum": [
"added",
"removed"
],
"type": "string",
"description": "Whether the upvote was added or removed"
}
}
},
"encoding": "application/json"
},
"description": "Toggle an upvote signal on a standard.site document"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:b2bmihikxhdt6s2luzguhexb
- CID
-
bafyreiajroys2v6r5ht5rjyykbbm3njvk5xgq2hjd62kqbi77vjarfdvoy
- Indexed At
- 2026-06-08 19:24 UTC
- AT-URI
-
at://did:plc:b2bmihikxhdt6s2luzguhexb/com.atproto.lexicon.schema/at.upvote.toggleSignal