{
  "source": "event.js",
  "method": "emit",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "event": {
        "type": "string"
      },
      "data": {
        "type": "any"
      }
    }
  },
  "output-schema": {
  },
  "meta": {
    "name": "emit",
    "description": "Emit an event"
  }
}