{
  "source": "system.js",
  "method": "exit",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "code": {
        "type": "number",
        "description": "Exit code. Non-zero value indicates unsuccessful termination. Will override any value set by setExitCode module."
      }
    }
  },
  "output-schema": {
    "type": "object",
    "properties": {
    }
  },
  "meta": {
    "name": "exit",
    "description": "Exit the process."
  }
}