-
Notifications
You must be signed in to change notification settings - Fork 136
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
Enhacements For JSON Schema #39
Comments
Draft schema would require transformers for each draft, unless I have a misunderstanding with that request. The second would be a great addition, would definitely accept a PR with that functionality. |
rbrisita
pushed a commit
to rbrisita/generate-schema
that referenced
this issue
Jul 7, 2018
nijikokun
pushed a commit
that referenced
this issue
Jan 23, 2019
Thanks for taking integer into account. But why this feature still not in the master branch? @nijikokun @rbrisita |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is in regard to JSON Schema file generation.
More Flexible Command Line
It would be great if the draft schema could be set for the generated file.
Testing integers and numbers
It seems that numeric data is always "number", which is used to denote floats. JSON Schema also has integers and would help in data verification.
The text was updated successfully, but these errors were encountered: