{
  "source": "mapper.js",
  "method": "map",
  "input-schema-builder": true,
  "input-schema": {
    "type": "object"
  },
  "output-schema": {
    "type": "object",
    "dynamic": {
      "target": "input-schema"
    }
  },
  "meta": {
    "name": "mapper",
    "sort_index": 1,
    "icon": {
        "type": "fa",
        "name": "map-o",
        "label": "mapper",
        "color": "#338A8B"
    },
    "description": "Create and assign data to an Object"
  }
}