{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/statementRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/statementRow.schema.json",
  "title": "statementRow",
  "description": "Free text. It allows variables and field variables (surrounded by double curly braces)",
  "type": "object",
  "properties": {
    "_statement": {
      "$id": "#/properties/rows/statementItem/properties/statement",
      "type": "string",
      "description": "A statement (text) to be displayed in the form",
      "examples": [
        "This is an informative text that will be displayed in the form"
      ]
    }
  },
  "required": [
    "_statement"
  ]
}
