A DeckBelcher user profile.
Record Key
literal:self
Fixed literal value
Properties
bio
ref
com.deckbelcher.richtext#document
Optional
Profile bio/description as a rich text document.
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 graphemesView 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."
}