Files
gswagger/testdata/empty-route-schema.json
2024-11-08 19:52:34 +01:00

19 lines
272 B
JSON

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