{
    "source": "",
    "input-schema": {
        "type": "object",
        "properties": {
        }
    },
    "output-schema": {
        "type": "any",
        "description": "Either a method or a file to be used as the middleware"
    },
    "meta": {
      "name": "middlewareWrapper",
      "isInterface": true
    }
}