#1 fix issue about reading correct schema with allOff, create eclips… #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@djodjoni
Hi,
First of all, thanks for you API that allows to generate fake JSON based on JSON schema. As We need this kind of tool in java that are rare to find open source, I was great to see that one.
During my usage, I've detected 2 issues that I've fix in my fork.
Also during the project fork as we run using maven and eclipse, I've also manage to have eclipse project and pom.xml. This doesn't impact the gradle build
Finally, I've made some improvements about json-generator, in order to allow to generate empty JSON base on the schema using the configuration (boolean parameter emptyJson) and also use a lib that allow to generate String base on regular expression.
I let you have a see if you can integrate these in you GitHub repo. If you need a version without the improvement I can push a branch with only my fixes.
Plus if you have some question don't hesitate to send me an email or a GitHub notification.
Regards,
Aurélien Pisu