{
"id": "pub.chive.moderation.createReport",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"targetUri",
"targetCollection",
"reason"
],
"properties": {
"reason": {
"type": "string",
"description": "Reason for reporting",
"knownValues": [
"spam",
"inappropriate",
"copyright",
"misinformation",
"other"
]
},
"targetUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the content to report"
},
"description": {
"type": "string",
"maxLength": 2000,
"description": "Optional additional details about the report"
},
"targetCollection": {
"type": "string",
"description": "Collection NSID of the target content"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success",
"id"
],
"properties": {
"id": {
"type": "integer",
"description": "Report ID"
},
"success": {
"type": "boolean",
"description": "Whether the report was created"
}
}
},
"encoding": "application/json"
},
"description": "Report content for moderation review. Requires authentication. Duplicate reports from the same user for the same content are idempotent."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreiaji5e3inhbgma4j7v62g67sc4flcegtmlc3itsljebtdossjyz3a
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.moderation.createReport