fyi.questionable.richtext.text

questionable.fyi

Documentation

main object

No description available.

Properties

plaintext string Required

No description available.

textSize string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "facets": {
      "type": "array",
      "items": {
        "ref": "fyi.questionable.richtext.facet",
        "type": "ref"
      }
    },
    "textSize": {
      "enum": [
        "default",
        "small",
        "large"
      ],
      "type": "string"
    },
    "plaintext": {
      "type": "string"
    }
  }
}

Lexicon Garden

@