Replies: 1 comment
-
|
I would also be interested in this. But it seems it has not been implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The extensions currently added seem to be added only under the json root path, such as "@x-example example" above main func.
Is there any way to add extensions in the info section?
egg:
{ "swagger": "2.0", "info": { "description": "This is a sample server Petstore server.", "title": "Swagger Example API", "termsOfService": "http://swagger.io/terms/", "contact": { "name": "API Support", "url": "http://www.swagger.io/support", "email": "[email protected]" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0", "x-example": "example" }, "host": "localhost:8080", "basePath": "/v2", }Beta Was this translation helpful? Give feedback.
All reactions