fyi.frontpage.richtext.block

frontpage-lexicons.bsky.social

Documentation

main object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "refs": [
        "#plaintextParagraph"
      ],
      "type": "union"
    }
  }
}
plaintextParagraph object

No description available.

Properties

text string Required

No description available.

maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "maxLength": 100000,
      "maxGraphemes": 10000
    }
  }
}

Lexicon Garden

@