{
  "type": "object",
  "properties": {
    "content": {
      "type": "string"
    },
    "htmlContent": {
      "type": "string"
    },
    "height": {
      "type": "number"
    },
    "useHTMLCode": {
      "type": "boolean"
    },
    "theme": {
      "enum": [
        "dark",
        "light",
        "transparent"
      ],
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}