{
    "source": "../http.js",
    "input-schema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "req": {
                "type": "object",
                "properties": {},
                "additionalProperties": false,
                "_isEditable": false,
                "_hidden": true
            },
            "res": {
                "type": "object",
                "properties": {},
                "additionalProperties": false,
                "_isEditable": false,
                "_hidden": true
            }
        }
    },
    "output-schema": {
        "type": "boolean",
        "description": "Indicates whether to continue processing the request further"
    },
    "meta": {
        "name": "middlewareInterface",
        "isInterface": true
    }
}