{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/groupRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/groupRow.schema.json",
  "title": "groupRow",
  "description": "A row that references to a :ref:`field group <field-groups>`.",
  "type": "object",
  "properties": {
    "_group": {
      "$id": "#/properties/rows/groupItem/properties/group",
      "description": "The key of the group to be displayed",
      "examples": [
        "summary"
      ],
      "$ref": "https://schemas.apps.smartmate.io/patterns/identification.schema.json"
    }
  },
  "required": [
    "_group"
  ]
}
