com.getorbyt.community.resolveAppeal

getorbyt.com

{
  "id": "com.getorbyt.community.resolveAppeal",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "appeal",
            "action"
          ],
          "properties": {
            "note": {
              "type": "string",
              "maxLength": 2000
            },
            "action": {
              "type": "string",
              "knownValues": [
                "uphold",
                "restore"
              ]
            },
            "appeal": {
              "type": "string",
              "maxLength": 128
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "AppealNotFound"
        },
        {
          "name": "InsufficientRole"
        },
        {
          "name": "InvalidState"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "appeal"
          ],
          "properties": {
            "appeal": {
              "ref": "com.getorbyt.community.defs#appealView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.resolveAppeal

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreifum5p7iuj3x56kwqi2lyixxmjzyyg6lcedt7jqcjrx5p5er45s4y
Indexed At
2026-09-02 18:57 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.resolveAppeal

Referenced Schemas (1)

Lexicon Garden

@