generate-schema icon indicating copy to clipboard operation
generate-schema copied to clipboard

Enhacements For JSON Schema

Open rbrisita opened this issue 7 years ago • 2 comments

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.

rbrisita avatar Jun 19 '18 03:06 rbrisita

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.

nijikokun avatar Jun 23 '18 23:06 nijikokun

Thanks for taking integer into account. But why this feature still not in the master branch? @nijikokun @rbrisita

legend80s avatar Apr 04 '21 04:04 legend80s