-
Notifications
You must be signed in to change notification settings - Fork 122
LocalTime
should generate "time" schema instead of "date-time"
#105
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
Comments
@cowtowncoder When you get a chance, could you please take a look. Thanks for your time |
@jaisonpjohn ah sorry for skipping this. Will add to my (somewhat long, arguably... :) ) W-I-P list at https://github.com/FasterXML/jackson-future-ideas/wiki/Jackson-Work-in-Progress |
@cowtowncoder No worries, Thank you. |
LocalTime
should generate "time" schema instead of "date-time"
@jaisonpjohn Finally found time to finish this: I ended up doing manual merge to get this in 2.10, and added some baseline unit testing (just for this and couple of other types). Thank you again for submitting this, it'll get in 2.10.0. |
When I am generating Swagger spec for a LocalTime Java Object I wanted to get
"format" : "time"
instead of"format" : "date-time"
.otherwise it was tripping off a codegen-from-swagger on consumer side.
I have submitted a PR for the same #104
The text was updated successfully, but these errors were encountered: