app.tempomusic.moderation.listModerationNotices

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.moderation.listModerationNotices",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "#noticeView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 1024
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 1024
          }
        }
      },
      "description": "List the authenticated user's own moderation notices (takedown, suspension, ban), newest first. Prepared for future client consumption; delivery channels (push/email) are out of scope. The subject is always the caller — there is no parameter to read another user's notices."
    },
    "noticeView": {
      "type": "object",
      "required": [
        "id",
        "noticeType",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "integer"
        },
        "readAt": {
          "type": "string",
          "format": "datetime"
        },
        "message": {
          "type": "string",
          "maxLength": 5000,
          "maxGraphemes": 500
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "noticeType": {
          "type": "string",
          "maxLength": 100,
          "knownValues": [
            "takedown",
            "suspension",
            "ban"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.moderation.listModerationNotices

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@