-
Notifications
You must be signed in to change notification settings - Fork 268
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
Implement serdes for JSON Schema #180
Comments
Made rough prototype and showed here |
Cool thanks for the pointer. @alesj - interesting serde impl for json-schema linked above. FYI |
This is a nice POC for JSON Schema. Does both serialize/deserialize - java objects to byte[] - and also does validation. Pretty cool. |
If we do this (or something similar), we should make validation optional. |
Linked PR was merged (and addresses logic around #14 ) |
Which linked PR? |
Confluent's confluentinc/schema-registry#1289 |
Awesome thanks for the link. Looks like good stuff. |
No description provided.
The text was updated successfully, but these errors were encountered: