{
  "id": "TimingAnalysis",
  "name": "Timing Analysis",
  "version": "1.0.0",
  "description": "Generates and performs Timing Analysis on the deployed software models.",
  "icon": {
    "class": "glyphicon glyphicon-ok-circle",
    "src": ""
  },
  "disableServerSideExecution": false,
  "disableBrowserSideExecution": false,
  "configStructure": [
      {
          "name": "generateCPN",
          "displayName": "Generate CPN",
          "description": "Enables generation of CPN-based timing analysis model.",
          "value": true,
          "valueType": "boolean",
          "readOnly": false
      },
      {
	  "name": "returnZip",
	  "displayName": "Return generated artifacts.",
	  "description": "If true, it enables the client to download the generated artifacts.",
	  "value": true,
	  "valueType": "boolean",
	  "readOnly": false
      }
  ]
}
