Skip to content
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 validation if schema given via Avro format #387

Open
tusharmakkar08 opened this issue Mar 11, 2019 · 2 comments
Open

JSON validation if schema given via Avro format #387

tusharmakkar08 opened this issue Mar 11, 2019 · 2 comments

Comments

@tusharmakkar08
Copy link
Collaborator

Hey @alecthomas

I was wondering if we should support this feature where we generate schema for json validation using avro and then user can edit/keep it as it is for validation using voluptuous library.

Let me know what are your views on it.

Thanks.

@alecthomas
Copy link
Owner

Unfortunately voluptuous wasn't designed with introspection in mind, so it's a bit difficult to fully describe a schema in an external model. I think the idea is a good one though, and people have suggested similar, eg. jsonschema from Voluptuous.

@tusharmakkar08
Copy link
Collaborator Author

tusharmakkar08 commented Mar 15, 2019

Yes, I remember the same e.g: #181

I will get feedback from few folks over here and see if they find it useful and we can maybe get it moving forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants