blog.pckt.block.text

pckt.blog

Documentation

main object

No description available.

Properties

plaintext string Required

The plain text content

View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "facets": {
      "type": "array",
      "items": {
        "ref": "blog.pckt.richtext.facet",
        "type": "ref"
      },
      "description": "Facets for text formatting and features"
    },
    "plaintext": {
      "type": "string",
      "description": "The plain text content"
    }
  }
}

Lexicon Garden

@