fyi.questionable.richtext.blockquote

questionable.fyi

Documentation

main object

No description available.

Properties

plaintext string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "refs": [
          "fyi.questionable.richtext.text",
          "fyi.questionable.richtext.blockquote",
          "fyi.questionable.richtext.code",
          "fyi.questionable.richtext.header",
          "fyi.questionable.richtext.horizontalRule",
          "fyi.questionable.richtext.list"
        ],
        "type": "union",
        "closed": false
      },
      "maxLength": 500,
      "description": "Content blocks inside the blockquote"
    },
    "plaintext": {
      "type": "string"
    }
  }
}

Lexicon Garden

@