{
"id": "app.didpic.moderation.createReport",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"reasonType"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 2000
},
"reasonType": {
"enum": [
"spam",
"violation",
"illegal",
"harassment",
"sexual",
"other"
],
"type": "string"
},
"subjectCid": {
"type": "string",
"format": "cid"
},
"subjectDid": {
"type": "string",
"format": "did"
},
"subjectUri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"id",
"createdAt"
],
"properties": {
"id": {
"type": "integer"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"encoding": "application/json"
},
"description": "File a moderation report against an actor (subjectDid) or a record (subjectUri + optional subjectCid). Reports are kept in the AppView and are not written to the user's PDS. Exactly one of subjectDid or subjectUri must be supplied."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreib726qo42bofcb2mvyui3wafq72gk5oukkps3kozsvq2zs75iz5qm
- Indexed At
- 2026-05-17 07:18 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.moderation.createReport
Version History (3 versions)