{
"id": "com.getorbyt.community.createReport",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community",
"post",
"reason"
],
"properties": {
"post": {
"type": "string",
"format": "at-uri"
},
"reason": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "CommunityNotFound"
},
{
"name": "PostNotFound"
},
{
"name": "RateLimitExceeded"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"report",
"created"
],
"properties": {
"report": {
"ref": "com.getorbyt.community.defs#reportView",
"type": "ref"
},
"created": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Creates a private Community-moderator report for a linked post. Requires authenticated service authorization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreib7qtt2dagbhia6qkxl4p3tsevkuzvy5kbyc622qf4wyqqrw3oit4
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.createReport