com.deckbelcher.actor.profile

deckbelcher.com

Documentation

A DeckBelcher user profile.

main record

A DeckBelcher user profile.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Timestamp when the profile was created.

pronouns string Optional

Free-form pronouns text, can include brief explanation.

maxLength: 256 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "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."
}

Lexicon Garden

@