{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/processes/fieldGroups/fieldGroup.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/processes/fieldGroups/fieldGroup.schema.json",
  "type": "object",
  "title": "fieldGroup",
  "description": "A :ref:`field group <field-groups>` allow you to create groups of fields that can then be used in multiple forms.",
  "properties": {
    "readOnly": {
      "type": "boolean",
      "description": "Mark the whole group as read only"
    },
    "rows": {
      "title": "Rows",
      "type": "array",
      "items": {
        "$ref": "https://schemas.apps.smartmate.io/forms/rows/row.schema.json"
      }
    }
  },
  "additionalProperties": false
}
