org.hyperboards.displayProfile

lexicon.store View official

{
  "id": "org.hyperboards.displayProfile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Default click-through link URL for this user across boards."
          },
          "image": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallImage"
            ],
            "type": "union",
            "description": "Avatar or face image override for this user on hyperboards, as a URI or image blob."
          },
          "video": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallVideo"
            ],
            "type": "union",
            "description": "Default video for this user across boards, as a URI (embed/direct link) or uploaded video blob."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created."
          },
          "hoverImage": {
            "refs": [
              "org.hypercerts.defs#uri",
              "org.hypercerts.defs#smallImage"
            ],
            "type": "union",
            "description": "Default hover image for this user across boards, as a URI or image blob."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Display name override for this user on hyperboards.",
            "maxGraphemes": 64
          },
          "hoverIframeUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Default hover iframe URL for this user across boards."
          }
        }
      },
      "description": "User-declared visual presentation defaults for how a contributor appears on hyperboards. Stored in the contributor's own PDS and reusable across multiple boards."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.hyperboards.displayProfile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigxogpgdmfo447zamyt4h6amb4hckv5coini4znfado4vstwmxaaq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.hyperboards.displayProfile

Referenced Schemas (3)

Lexicon Garden

@