app.protoimsg.chat.ban

lexicon.store View official

{
  "id": "app.protoimsg.chat.ban",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "room",
          "subject",
          "createdAt"
        ],
        "properties": {
          "room": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the room the ban applies to."
          },
          "reason": {
            "type": "string",
            "maxLength": 300,
            "description": "Reason for the ban."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the banned user."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of ban."
          }
        }
      },
      "description": "A ban issued by a room owner or moderator. Lives in the issuer's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.protoimsg.chat.ban

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicaul24p74xdhougninbiszic3k72q25mugzsnclf7qjlfczrel5m
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.protoimsg.chat.ban

Lexicon Garden

@