-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for json-schema #58
Comments
https://en.m.wikipedia.org/wiki/Microdata_(HTML) some interesting things you can do in HTML, plus https://schema.org/docs/gs.html trying to figure out what all "schema languages" there are Maybe "Color" has a schema.org schema? |
We should add schemas for the so we should decide if this kind of improvement cuts in or not |
e.g. the JSON schema for PEP 518: https://peps.python.org/pep-0518/#json-schema |
Well, I guess we also need #60, and that's probably easier than ripping out / adding some kind of secondary backend for schema parsing (since we're pretty hard-coded for Cerberus) |
Maybe it would be possible to detect if a schema is meant to be read as Cerberus or JSON schema? |
Let's do vkottler/workspace#6 first and refactor some of the generic code in this package, out |
We may want to do this now that we're working on vkottler/rcmpy#1 |
http://json-schema.org/
This is maybe more generic than https://docs.python-cerberus.org/en/stable/index.html ?
The text was updated successfully, but these errors were encountered: