app.didpic.moderation.createAppeal

lexicons.didpic.app

{
  "id": "app.didpic.moderation.createAppeal",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "message"
          ],
          "properties": {
            "message": {
              "type": "string",
              "maxLength": 4000
            },
            "labelValue": {
              "type": "string"
            },
            "subjectCid": {
              "type": "string",
              "format": "cid"
            },
            "subjectDid": {
              "type": "string",
              "format": "did"
            },
            "subjectUri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "Forbidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "id",
            "createdAt"
          ],
          "properties": {
            "id": {
              "type": "integer"
            },
            "createdAt": {
              "type": "string",
              "format": "datetime"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "File an appeal against a moderation decision on the authenticated user's own account or content. Exactly one of subjectDid (must equal the authenticated DID) or subjectUri (must be authored by the authenticated DID) must be supplied. labelValue identifies the specific label being appealed when applicable."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.moderation.createAppeal

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreifsek4wkz4crlqnm325xe66wwc5ufdt7ap36ybbkrvlwyrjzwddtu
Indexed At
2026-05-17 07:18 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.moderation.createAppeal

Version History (2 versions)

Lexicon Garden

@