{
  "customEvents": [
    {
      "name": "OutputDebugString",
      "id": "0",
      "parameters": [
        {
          "name": "text",
          "valueTypeName": "string",
          "defaultValue": "Default Value"
        }
      ]
    }
  ],
  "nodes": [
    {
      "type": "lifecycle/onTick",
      "id": "0",
      "flows": {
        "flow": {
          "nodeId": "1",
          "socket": "flow"
        }
      }
    },
    {
      "type": "customEvent/trigger/0",
      "id": "1",
      "parameters": {
        "text": {
          "value": "Custom Text"
        }
      }
    },
    {
      "type": "customEvent/onTriggered/0",
      "id": "2",
      "flows": {
        "flow": {
          "nodeId": "3",
          "socket": "flow"
        }
      }
    },
    {
      "type": "debug/log",
      "id": "3",
      "parameters": {
        "text": {
          "link": {
            "nodeId": 2,
            "socket": "text"
          }
        }
      }
    }
  ]
}
