-
Notifications
You must be signed in to change notification settings - Fork 17
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 for "date" type #3
Comments
@pvgoran Thanks for the report. I think we can add the |
For some reason (lack of releases on github? very few issues created?), I assumed that the project might be too young to worry about breaking existing usage. However, now I see that the history goes back to year 2017, so such breaking changes shouldn't be done. |
This was referenced Oct 29, 2018
Merged, thank you, @pvgoran! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenAPI supports the
date
format for thestring
type, but tinyspec doesn't have a corresponding type. It would be great to have it. (I would even go as far as redefining thed
shorthand type to the newdate
type, and defining the newdt
shorthand for the existingdatetime
type.)P. S. I'm very new to the world of REST API specifications, but tinyspec already looks like a useful "source" language for OpenAPI, an attractive alternative to just writing these verbose specifications by hand.
The text was updated successfully, but these errors were encountered: