{
  "source": "log.js",
  "method": "logMulti",
  "input-schema": {
    "type": "array",
    "items": {
      "type": "any",
      "description": "A message which will be printed to the standard output (stdout).",
      "title": "message"
    }
  },
  "meta": {
    "name": "logMulti",
    "icon": {
        "type": "fa",
        "name": "ellipsis-h"
    },
    "description": "Print multiple messages to the standard output (stdout)."
  }
}