coop.hypha.spores.site.profile

hypha.coop

{
  "id": "coop.hypha.spores.site.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp",
              "image/gif"
            ],
            "maxSize": 1000000,
            "description": "Avatar image blob"
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp",
              "image/gif"
            ],
            "maxSize": 2000000,
            "description": "Banner image blob"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Creation timestamp"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last update timestamp"
          },
          "description": {
            "type": "string",
            "maxLength": 50000,
            "description": "Profile description/bio",
            "maxGraphemes": 5000
          },
          "displayName": {
            "type": "string",
            "maxLength": 2000,
            "description": "Display name",
            "maxGraphemes": 200
          }
        }
      },
      "description": "Custom profile information for spores.garden sites"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against coop.hypha.spores.site.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rxduhzsfgfpl2glle7vagcwl
CID
bafyreifbay6stwwx5wzvhu5nhl3c45l7i7i26bniict7frhilw3k5tgxtm
Indexed At
2026-03-19 19:02 UTC
AT-URI
at://did:plc:rxduhzsfgfpl2glle7vagcwl/com.atproto.lexicon.schema/coop.hypha.spores.site.profile

Lexicon Garden

@