Files
gswagger/testdata/empty-route-schema.json
2020-10-16 09:46:27 +02:00

20 lines
292 B
JSON

{
"components": {},
"info": {
"title": "test swagger title",
"version": "test swagger version"
},
"openapi": "3.0.0",
"paths": {
"/": {
"post": {
"responses": {
"default": {
"description": ""
}
}
}
}
}
}