app.protoimsg.chat.allowlist

lexicon.store View official

{
  "id": "app.protoimsg.chat.allowlist",
  "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 allowlist entry applies to."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the allowlisted user."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of allowlist entry creation."
          }
        }
      },
      "description": "An allowlist entry for a room. When the room has allowlistEnabled, only allowlisted users can send messages. Lives in the room owner/mod's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.protoimsg.chat.allowlist

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@