We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, looking at https://github.com/OvertureMaps/schema/blob/main/schema/base/defs.yaml it seems to me that the sourceTags definition is invalid. At the end, it would evaluate to the empty object - class without any field. At least it turned out when I used https://cchandurkar.github.io/json-schema-to-case-class/.
sourceTags
https://stackoverflow.com/questions/40750340/how-to-define-json-schema-for-mapstring-integer
BTW would be good to expose types for basic languages - typescript, java, c#...
The text was updated successfully, but these errors were encountered:
Thanks @Azbesciak, do you have an example of how you think sourceTags should be defined in JSON schema instead?
Sorry, something went wrong.
jenningsanderson
No branches or pull requests
Hi, looking at https://github.com/OvertureMaps/schema/blob/main/schema/base/defs.yaml it seems to me that the
sourceTags
definition is invalid. At the end, it would evaluate to the empty object - class without any field. At least it turned out when I used https://cchandurkar.github.io/json-schema-to-case-class/.https://stackoverflow.com/questions/40750340/how-to-define-json-schema-for-mapstring-integer
BTW would be good to expose types for basic languages - typescript, java, c#...
The text was updated successfully, but these errors were encountered: