{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/htmlRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/htmlRow.schema.json",
  "title": "htmlRow",
  "description": "Free text that allows some HTML tags. It allows variables and field variables (surrounded by double curly braces)",
  "type": "object",
  "properties": {
    "_html": {
      "type": "string",
      "description": "The HTML snippet to be displayed in the form",
      "examples": ["<p>This is a <strong>HTML</strong> snippet</p>"]
    }
  },
  "required": [
    "_html"
  ]
}
