JJSchema
JJSchema copied to clipboard
A generator from Java Types to JSON-Schema using Jackson.
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.5 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps `dep.jackson.version` from 2.9.5 to 2.12.1. Updates `jackson-annotations` from 2.9.5 to 2.12.1 Commits See full diff in compare view Updates `jackson-core` from 2.9.5 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hello, Here https://github.com/reinert/JJSchema/blob/master/src/main/java/com/github/reinert/jjschema/JsonSchemaGenerator.java on line 413: // Check if the Nullable annotation is present, and if so, add 'null' to type attr Nullable nullable = propertyReflection.getAnnotation(Nullable.class); if (nullable != null)...