{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/titleRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/titleRow.schema.json",
  "title": "titleRow",
  "description": "Free text. Displayed as a title. It allows variables and field variables (surrounded by double curly braces)",
  "type": "object",
  "properties": {
    "_title": {
      "type": "string",
      "description": "A title (header) to be displayed in the form",
      "examples": [
        "Personal Information"
      ]
    }
  },
  "required": [
    "_title"
  ]
}
