{
  "id": "RunFederation",
  "name": "Execute the Federation",
  "version": "0.3.0",
  "description": "Runs the simulation on the local VM and in the Cloud",
  "icon": {
    "src": "",
    "class": "fa fa-cogs"
  },
  "disableServerSideExecution": false,
  "disableBrowserSideExecution": false,
  "writeAccessRequired": false,
  "configStructure": [
        {
        "name": "deploymentFiles",
        "displayName": "Deployment Exporter Files",
        "description": "Deployment Files generated by the Deployment Exporter Plugin.",
        "value": "",
        "valueType": "asset",
        "readOnly": false
    },
    {
        "name": "runLocally",
        "displayName": "Run Locally",
        "description": "True: run locally; false: run on cluster.",
        "value": true,
        "valueType": "boolean",
        "readOnly": false
    }
  ]
}
