You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: