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

Feature Request: Support JSON Table Schema #339

Open
jqnatividad opened this issue Jan 24, 2022 · 1 comment
Open

Feature Request: Support JSON Table Schema #339

jqnatividad opened this issue Jan 24, 2022 · 1 comment

Comments

@jqnatividad
Copy link
Contributor

This library has wide support of JSON Schema, supporting several drafts.

Would it be possible to also support related tabular data schemas like JSON Table Schema or CSV on the Web?

@Stranger6667
Copy link
Owner

Hi @jqnatividad

Thank you for asking! :) As far as I see, those specs are not compatible with JSON Schema, so supporting them directly would require substantial changes here. I think that this library itself should focus only on JSON Schema.

It might be possible that JSON Table Schema could be expressed as JSON Schema vocabulary, then it could be the case for supporting custom vocabularies here in jsonschema, and then implementing JSON Table Schema as a vocabulary in a separate crate.

Here is a bit of discussion on the vocabularies support in #243

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