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

Support multiple target formats #1131

Open
dyst5422 opened this issue Feb 16, 2022 · 1 comment
Open

Support multiple target formats #1131

dyst5422 opened this issue Feb 16, 2022 · 1 comment

Comments

@dyst5422
Copy link

I recently found out about JSON Type Definition, which is not extensive as JSON Schema in its goals, but definitely similar. I think a big part of it is targeting code-generation for multiple languages (see https://jsontypedef.com/docs/)

Given the similarity, I figured the internal representation in this library prior to serializing into json schema would be sufficient for producing JSON Type Definitions, which can then be used for generating code in other languages.

Discuss!

@domoritz
Copy link
Member

Could work. Have a look at #101 for some more discussion around future ideas for schema generators.

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

No branches or pull requests

2 participants