pub.leaflet.blocks.header

leaflet.pub

Documentation

main object

No description available.

Properties

level integer Optional

No description available.

minimum: 1maximum: 6
plaintext string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "level": {
      "type": "integer",
      "maximum": 6,
      "minimum": 1
    },
    "facets": {
      "type": "array",
      "items": {
        "ref": "pub.leaflet.richtext.facet",
        "type": "ref"
      }
    },
    "plaintext": {
      "type": "string"
    }
  }
}

Lexicon Garden

@