-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add vendor extentions to ObjectProperty and MapProperty. [241] #1414
Conversation
Hi, in concept it sounds good but you now have a failing test. Do you want to look at that? |
sorry, didn't mean to close |
Oh sorry bout that. It was late last night, will take a look later today. |
Fixed the tests. |
Can you rebase please? |
Also, the test doesn't seem to cover the MapProperty. |
…rt are set ignored for jersey2
This references issue 1277 swagger-api#1277. Need this to fix an issue with the use of added in SwaggerSpecFilter caused a NullPointerException when using jackson sub types (https://github.com/swagger-api/swagger-core/blob/master/modules/swagger-core/src/main/java/io/swagger/jackson/ModelResolver.java#L494).
Hi @webron, just rebased.
I'm not sure I follow. It looks like it's covering the map property - unless, I'm missing something. If anything, it doesn't seem to be covering the ObjectProperty. I added a test for that, will wait on some clarification on the MapProperty |
Add vendor extentions to ObjectProperty and MapProperty. [241]
I hope you don't mind, but I came across this issue:
OAI/OpenAPI-Specification#241
I ran into a problem after reading the swagger spec, which seems to suggest the abillity to add a vendor x on a object property.
When using the parser, the vendor-x is blank on a map property.