dk.raakode.lab.groups.group

lexauthority.pds1.lab.raakode.dk

{
  "id": "dk.raakode.lab.groups.group",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "listed": {
            "type": "boolean",
            "description": "Whether the group may appear in an application's public directory. Absent means listed, so existing groups keep behaving as before. Unlisted hides the name and description from non-members; it cannot hide the group's existence, because a group is an account and a PDS enumerates its accounts publicly (see docs/evidence/privacy-of-membership.md)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          }
        }
      },
      "description": "The group's own description of itself, including whether it wants to be discoverable. Written by the group authority into its repo in the group's space, so it travels with the group when it changes app — a group that chose to be unlisted stays unlisted under a new operator."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dk.raakode.lab.groups.group

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ck6ybqliyrt6irwzqflfhzdq
CID
bafyreidx6gfsbjiwtf64meqt5zyiw7cg3uuajrbcj4vwcmukyhiyl422fq
Indexed At
2026-09-11 11:39 UTC
AT-URI
at://did:plc:ck6ybqliyrt6irwzqflfhzdq/com.atproto.lexicon.schema/dk.raakode.lab.groups.group

Version History (2 versions)

Lexicon Garden

@