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

Consider including support for common widely distributed types (specifically GeoJSON) #135

Open
mglazer opened this issue Apr 25, 2020 · 0 comments

Comments

@mglazer
Copy link

mglazer commented Apr 25, 2020

What happened?

The only way to use GeoJSON types with Conjure right now is to use an external type. In Java, since we still have external types, this works out ok, however, with Javascript, this just becomes any, which means a typecast is immediately necessary.

What did you want to happen?

It would be nice if Conjure had support for some small set of external types that we can completely define inside of any language, and then let us bring those in, similar to how XML has XML Schema imports.

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

1 participant