11 lines
165 B
JSON
11 lines
165 B
JSON
|
|
{
|
||
|
|
"operationId": "schema",
|
||
|
|
"summary": "Returns this swagger API schema",
|
||
|
|
"tags": ["public"],
|
||
|
|
"responses": {
|
||
|
|
"200": {
|
||
|
|
"description": "200 response"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|