app.atmobb.moderation.getLog

lexicons.atmobb.app

{
  "id": "app.atmobb.moderation.getLog",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "actions"
          ],
          "properties": {
            "actions": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "forum"
        ],
        "properties": {
          "forum": {
            "type": "string",
            "format": "did"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          }
        }
      },
      "description": "A forum's moderation actions, newest first. Powers the admin panel's undo affordances; the records are public either way."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.moderation.getLog

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreibvve73qpmflesl6cqv4f4uam2dvtgvcp3pp53eo7agafymj46dvy
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.moderation.getLog

Lexicon Garden

@