app.protoimsg.chat.community

lexicon.store View official

{
  "id": "app.protoimsg.chat.community",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "groups"
        ],
        "properties": {
          "groups": {
            "type": "array",
            "items": {
              "ref": "#communityGroup",
              "type": "ref"
            },
            "maxLength": 50,
            "description": "Named groups of community members, like AIM's buddy list categories."
          }
        }
      },
      "description": "The user's community list. Portable across any app implementing the Lexicon."
    },
    "communityGroup": {
      "type": "object",
      "required": [
        "name",
        "members"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 100,
          "description": "Group label."
        },
        "members": {
          "type": "array",
          "items": {
            "ref": "#communityMember",
            "type": "ref"
          },
          "maxLength": 500,
          "description": "DIDs of group members."
        },
        "isInnerCircle": {
          "type": "boolean",
          "default": false,
          "description": "Whether this is an inner circle group for presence visibility."
        }
      },
      "description": "A named group of community members."
    },
    "communityMember": {
      "type": "object",
      "required": [
        "did",
        "addedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The member's DID."
        },
        "addedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When this member was added."
        }
      },
      "description": "A member in a community group."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.protoimsg.chat.community

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@