app.tempomusic.staff.getReport

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.staff.getReport",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "Forbidden",
          "description": "Caller is not an active moderator."
        },
        {
          "name": "NotFound",
          "description": "No report exists with the given id."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "report"
          ],
          "properties": {
            "report": {
              "ref": "app.tempomusic.staff.defs#reportView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "integer",
            "minimum": 1
          }
        }
      },
      "description": "Fetch a single report by id, including its subject snapshot as captured at intake. Requires the caller to be an active moderator."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.staff.getReport

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

Metadata

DID
did:plc:pxsuqmultto34oks44m2lgxm
CID
bafyreiegdl5lky3or5dexw26wwxuauu55evvgyyu2u6eqe3ojrr3ryhxpy
Indexed At
2026-08-24 09:06 UTC
AT-URI
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.staff.getReport

Referenced Schemas (1)

Lexicon Garden

@