blog.pckt.block.tableRow

pckt.blog

Documentation

main object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "refs": [
          "blog.pckt.block.tableCell",
          "blog.pckt.block.tableHeader"
        ],
        "type": "union",
        "closed": false
      },
      "description": "Array of table cells or header cells"
    }
  }
}

Lexicon Garden

@