{
  "hidden": false,
  "source": "iteratorGroup.js",
  "method": "group",
  "type": "group",
  "input-schema-builder": false,
  "input-schema": {},
  "definitions": {
    "name": {
      "type": "string"
    }
  },
  "groups": {
    "default": {
      "start": {
        "schema": {
          "expression": "{inputSchema}"
        }
      },
      "end": {
        "input-schema-builder": true,
        "schema": {
          "type": "object"
        }
      }
    }
  },
  "output-schema": {
    "type": "any",
    "expression": "{groups.default.endSchema}"
  },
  "meta": {
    "name": "group",
    "description": "A simple group module for grouping multiple steps under a single scope. Output of the module is configured in the output step.",
    "sort_index": 6,
    "icon": {
      "type": "fa",
      "name": "window-maximize",
      "color":"#747CA3"
    }
  }
}