mirror of
https://github.com/davidebianchi/gswagger.git
synced 2026-01-23 14:38:51 -05:00
19 lines
272 B
JSON
19 lines
272 B
JSON
{
|
|
"info": {
|
|
"title": "test swagger title",
|
|
"version": "test swagger version"
|
|
},
|
|
"openapi": "3.0.0",
|
|
"paths": {
|
|
"/": {
|
|
"post": {
|
|
"responses": {
|
|
"default": {
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|