app.tempomusic.staff.triageReport

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.staff.triageReport",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "reportId"
          ],
          "properties": {
            "reportId": {
              "type": "integer",
              "minimum": 1
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "Forbidden",
          "description": "Caller is not an active moderator."
        },
        {
          "name": "NotFound"
        },
        {
          "name": "AlreadyTriaged",
          "description": "The report is no longer in the `open` state. Another moderator has claimed it or it has been resolved."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status",
            "auditEntryId"
          ],
          "properties": {
            "status": {
              "ref": "app.tempomusic.staff.defs#reportStatus",
              "type": "ref"
            },
            "auditEntryId": {
              "type": "integer",
              "minimum": 1
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Claim a report for review. Transitions status `open` → `underReview` atomically; if the report has already been claimed by another moderator, returns `AlreadyTriaged`. Writes a `reportTriaged` audit row. Requires the caller to be an active moderator."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.staff.triageReport

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@