We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to remove package names from generated schema definitions?
For example:
"definitions": { "web.APIError": { "type": "object", "properties": { "createdAt": { "type": "string" }, "errorCode": { "type": "integer" }, "errorMessage": { "type": "string" } } }, "web.Pet": { "type": "object", "properties": { "category": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" } } }, "id": { "type": "integer" }, "name": { "type": "string" ......
Is there a way to make it be just APIError and Pet instead?
APIError
Pet
Thanks!
-abdul
The text was updated successfully, but these errors were encountered:
swag can't this behavior.
Sorry, something went wrong.
#205 (comment)
No branches or pull requests
Is there a way to remove package names from generated schema definitions?
For example:
Is there a way to make it be just
APIError
andPet
instead?Thanks!
-abdul
The text was updated successfully, but these errors were encountered: