{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/form.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/form.schema.json",
  "type": "object",
  "title": "form",
  "description": "A form, which can be displayed for creating/editing an item in a :ref:`table <tables>`, or in a :ref:`process <processes>` execution for a :ref:`user task <user-tasks>` to be completed.",
  "required": [
    "rows"
  ],
  "properties": {
    "rows": {
      "$id": "#/properties/rows",
      "description": "Rows to be displayed in the form.",
      "type": "array",
      "items": {
        "$ref": "https://schemas.apps.smartmate.io/forms/rows/row.schema.json"
      }
    }
  }
}
