com.welistskyblue.graph.group

welistskyblue.com

{
  "id": "com.welistskyblue.graph.group",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1,
            "description": "The display name of the group."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Avatar image for the group."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Group creation timestamp."
          },
          "description": {
            "type": "string",
            "maxLength": 300,
            "description": "A short description of the group.",
            "maxGraphemes": 3000
          }
        }
      },
      "description": "A group that bundles accounts together."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.welistskyblue.graph.group

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jouroezrzk55xq3kbg34gqum
CID
bafyreieszook6j6jgzwkoyjmg7eslu3jboteubkw6nmgu5ws5zlnnmpwiy
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:jouroezrzk55xq3kbg34gqum/com.atproto.lexicon.schema/com.welistskyblue.graph.group

Lexicon Garden

@