Skip to content
New issue

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

Support vendor extensions in operations #824

Closed
cbornet opened this issue Jul 1, 2015 · 1 comment
Closed

Support vendor extensions in operations #824

cbornet opened this issue Jul 1, 2015 · 1 comment
Labels
Milestone

Comments

@cbornet
Copy link
Contributor

cbornet commented Jul 1, 2015

This issue is for having support of swagger vendor extensions as described in:
https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#vendorExtensions
Note : the swagger core already has annotations to support the extensions

 @ApiOperation(value = "foo", extensions = {
            @Extension(properties = @ExtensionProperty(name="x-foo", value="bar"))
    })
@dilipkrish
Copy link
Member

@cbornet This is open for extension, would you like to submit a pr with an implementation of a OperationBuilderPlugin that reads the extension properties?

@dilipkrish dilipkrish added this to the Someday milestone Jul 1, 2015
cbornet added a commit to cbornet/springfox that referenced this issue Jul 3, 2015
@cbornet cbornet changed the title Support vendor extensions Support vendor extensions in operations Jul 3, 2015
cbornet added a commit to cbornet/springfox that referenced this issue Jul 4, 2015
@dilipkrish dilipkrish modified the milestone: Someday Mar 10, 2017
@dilipkrish dilipkrish added this to the 2.7.0 milestone Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants