{
  "id": "FSMImporter",
  "name": "FSM Importer",
  "version": "2.0.0",
  "description": "Imports the json file from the FSMCodeGenerator.",
  "icon": {
    "src": "",
    "class": "glyphicon glyphicon-import"
  },
  "disableServerSideExecution": false,
  "disableBrowserSideExecution": false,
  "configStructure": [
    {
      "name": "file",
      "displayName": "StateMachine json",
      "description": "Exported state-machine JSON file",
      "value": "",
      "valueType": "asset",
      "readOnly": false
    }
  ]
}