support.supper.actor.about

supper.support

Documentation

Extended creator about section for Supper, stored on the user's PDS. Separate from the Bluesky profile bio.

main record

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

createdAt string datetime Required

When this about section was first written.

text string Required

Rich text about section for the creator's Supper page.

maxLength: 20000 bytesmaxGraphemes: 2000 graphemes
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."
}

Lexicon Garden

@