-
Notifications
You must be signed in to change notification settings - Fork 57
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 from POJO #22
Comments
I think he's referring to this sample: It doesn't look like he has a project that is a basic utility that does it
|
Hi @heruan / @huggsboson Do you still require action on this? |
I didn't require any. @daveclayton Are you taking over maintenance for fge's json-* projects? We have various patches we've applied / built /published in a fork that box has been maintaining of the json-patch, schema-core and validator. If you're taking over the maint, I'd love to merge those patchsets up to you and start using your builds to avoid fragmenting. |
Hi @huggsboson - yup, I'm maintainer now. Patches definitely welcome, and great to hear that development has been continuing - what have you got so far? |
you can see our stuff at: Super happy to have other people working on this again. One of them fixes On Thu, Jul 7, 2016 at 4:01 PM, Dave Clayton [email protected]
|
Hi Dave,
I've started upstreaming patchsets. All of them have been code reviewed at
least once and are run in production at Box. Some of the patchsets are
from external contributors so they probably depend on them and our other
built jars. Please let me know if you have any questions.
<3,
Huff
…On Thu, Jul 7, 2016 at 4:12 PM, John Huffaker ***@***.***> wrote:
you can see our stuff at:
https://github.com/crate-metadata/
Super happy to have other people working on this again. One of them fixes
a pretty pernicious "memory leak" in schema validator (it was an unbounded
cache size with no evictions).
On Thu, Jul 7, 2016 at 4:01 PM, Dave Clayton ***@***.***>
wrote:
> Hi @huggsboson <https://github.com/huggsboson> - yup, I'm maintainer now.
>
> Patches definitely welcome, and great to hear that development has been
> continuing - what have you got so far?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#22 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe/ADUzzIX-1s0esRDS5EyOTcTFm-YVCH4qks5qTYVFgaJpZM4GQqw9>
> .
>
|
Hi @daveclayton , I need to generate a JSON schema from a pojo and validate any json against the schema. Regards |
The README states this packages can be used to generate a JSON Schema from a POJO. Is there any sort of documentation to begin to move around this goal? Or maybe this was already done?
The text was updated successfully, but these errors were encountered: