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": "Appeal a moderation decision on the authenticated user's own account or content."
    }
  },
  "$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
bafyreidaepm5tiluuoznpkmrnpjfcclrnr4zx5xo23zhys3ytwynni7up4
Indexed At
2026-05-18 00:15 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.moderation.createAppeal

Version History (2 versions)

Lexicon Garden

@