com.deckbelcher.actor.profile

deckbelcher.com

{
  "id": "com.deckbelcher.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "bio": {
            "ref": "com.deckbelcher.richtext#document",
            "type": "ref",
            "description": "Profile bio/description as a rich text document."
          },
          "pronouns": {
            "type": "string",
            "maxLength": 256,
            "description": "Free-form pronouns text, can include brief explanation.",
            "maxGraphemes": 64
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the profile was created."
          }
        }
      },
      "description": "A DeckBelcher user profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.deckbelcher.actor.profile

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

Metadata

DID
did:web:deckbelcher.com
CID
bafyreih5wemdzwjikofzvtx7ftb4bbcj5fk2ro2xetp76v3vzyzfr4vku4
Indexed At
2026-02-13 13:51 UTC
AT-URI
at://did:web:deckbelcher.com/com.atproto.lexicon.schema/com.deckbelcher.actor.profile

Referenced Schemas (1)

Lexicon Garden

@