mirror of
https://github.com/davidebianchi/gswagger.git
synced 2026-01-05 21:58:42 -05:00
27 lines
427 B
JSON
27 lines
427 B
JSON
{
|
|
"info": {
|
|
"title": "test swagger title",
|
|
"version": "test swagger version"
|
|
},
|
|
"openapi": "3.0.0",
|
|
"paths": {
|
|
"/users": {
|
|
"get": {
|
|
"responses": {
|
|
"default": {
|
|
"description": ""
|
|
}
|
|
},
|
|
"security": [
|
|
{
|
|
"api_key": [],
|
|
"auth": [
|
|
"resource.write"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|