Java JSON Schema Support #785
Unanswered
KylinShinlyLin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @KylinShinlyLin. Thanks for the question. I think you're going to get the best answers from the maintainers of that particular tool, which likely means going to their repo. We can answer questions about JSON Schema in general, but less so about specific tooling (unless the maintainer hangs around here). For information about the keyword itself, please see our docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lately, while using Java to integrate with OpenAI API's latest features, I noticed there’s a special field called additionalProperties in their official JSON schema. However, I found that Java's JSON schema tools don't generate this particular field. Any tips on making Java support this format?
Beta Was this translation helpful? Give feedback.
All reactions