/pub.leaflet.blocks.blockquote

Lexicon Definitions

{
  "lexicon": 1,
  "id": "pub.leaflet.blocks.blockquote",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "plaintext"
      ],
      "properties": {
        "plaintext": {
          "type": "string"
        },
        "facets": {
          "type": "array",
          "items": {
            "type": "ref",
            "ref": "pub.leaflet.richtext.facet"
          }
        }
      }
    }
  }
}