-
Notifications
You must be signed in to change notification settings - Fork 36
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
JSON schema generator should use descriptions from Java interfaces #814
Milestone
Comments
Bramaten
added a commit
that referenced
this issue
Feb 17, 2025
…thods) & restructured generateSchema()
Bramaten
added a commit
that referenced
this issue
Feb 19, 2025
Bramaten
added a commit
that referenced
this issue
Feb 24, 2025
Bramaten
added a commit
that referenced
this issue
Feb 24, 2025
Bramaten
added a commit
that referenced
this issue
Feb 24, 2025
DirkMahler
pushed a commit
that referenced
this issue
Feb 24, 2025
* #814 added support for descriptions from java interfaces (only for methods) & restructured generateSchema() * #814 added definition support for inner definitions * #814 added test for behaviour of adding descriptions and defaults to JSON schema * #814 adjusted tests for descriptions and defaults * #814 merged master into branch and adjusted tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configuration interfaces for SmallRye Config make use of a
@Ðescription
annotation.It shall be evaluated if the values here can be include in the generated JSON schema.
The text was updated successfully, but these errors were encountered: