Skip to main content
Table caption text.
{
  "type": "object",
  "properties": {
    "type": {
      "const": "TableCaption",
      "default": "TableCaption",
      "type": "string"
    },
    "cssClass": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "CSS/Tailwind classes for styling"
    },
    "content": {
      "description": "Caption text",
      "type": "string"
    }
  },
  "required": [
    "type",
    "content"
  ]
}