mirror of
https://github.com/davidebianchi/gswagger.git
synced 2026-01-26 07:48:53 -05:00
20 lines
292 B
JSON
20 lines
292 B
JSON
{
|
|
"components": {},
|
|
"info": {
|
|
"title": "test swagger title",
|
|
"version": "test swagger version"
|
|
},
|
|
"openapi": "3.0.0",
|
|
"paths": {
|
|
"/": {
|
|
"post": {
|
|
"responses": {
|
|
"default": {
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|