{
"id": "support.supper.feed.resolveCheerSubject",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"subject": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the current public microblog anchor revision."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "Exact AT URI of the public app.bsky.feed.post distribution anchor."
}
}
},
"description": "Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}