Extended creator about section for Supper, stored on the user's PDS. Separate from the Bluesky profile bio.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 20000,
"description": "Rich text about section for the creator's Supper page.",
"maxGraphemes": 2000
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this about section was first written."
}
}
},
"description": "Extended creator about section for Supper, stored on the user's PDS. Separate from the Bluesky profile bio."
}