{
    "actionClass": ["Fusio\\Engine\\Test\\CallbackAction"],
    "connectionClass": ["Fusio\\Engine\\Test\\CallbackConnection"],
    "routes": [{
        "path": "/void",
        "config": [{
            "version": 1,
            "status": 4,
            "methods": {
                "GET": {
                    "active": true,
                    "public": true,
                    "action": "Void-Action",
                    "request": "Adapter-Schema",
                    "response": "Passthru"
                }
            }
        }]
    }],
    "action": [{
        "name": "Void-Action",
        "class": "Fusio\\Engine\\Test\\CallbackAction",
        "config": {
            "foo": "bar",
            "connection": "Adapter-Connection"
        }
    }],
    "schema": [{
        "name": "Adapter-Schema",
        "source": {
            "id": "https://www.fusio-project.org",
            "title": "process",
            "type": "object",
            "properties": {
                "logId": {
                    "type": "integer"
                },
                "title": {
                    "type": "string"
                },
                "content": {
                    "type": "string"
                }
            }
        }
    }],
    "connection": [{
        "name": "Adapter-Connection",
        "class": "Fusio\\Engine\\Test\\CallbackConnection",
        "config": {
            "foo": "bar"
        }
    }]
}
