{
    "openapi": "3.0.0",
    "info": {
        "title": "",
        "version": "0.0.1"
    },
    "paths": {},
    "components": {
        "schemas": {
            "TestSchema": {
                "type": "string"
            }
        }
    }
}
