{
"id": "app.bivri.feed.createComment",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"subject",
"content"
],
"properties": {
"parent": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the comment being replied to. Omit for a top-level comment."
},
"content": {
"type": "string",
"maxLength": 10000,
"description": "Comment text.",
"maxGraphemes": 1000
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the artwork to comment on."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the comment record that was written."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the comment record that was written."
}
}
},
"encoding": "application/json"
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Post a comment from the authenticated member's repository."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreiey6b27bnuidwlyfl6t6zacrgfedq3bmabvqn7pi6v7lo3ojuhk6e
- Indexed At
- 2026-08-18 04:29 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.createComment