{
  "type": "trigger",
  "source": "system.js",
  "method": "bootup",
  "input-schema": {
    "type": "null"
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "files": {
        "type": "array",
        "description": "List of files that will be automatically started (trigger flows)",
        "items": {
            "type": "object"
        }
      }
    }
  },
  "meta": {
    "name": "onStartup",
    "description": "Triggered when system boots up",
    "icon": {
        "type": "fa",
        "name": "rocket"
    }
  }
}