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 and thank you for this genious library. I play around with it for a while mostly with XML and it is a solid piece of code 🪨
However lately I got a JSON schema which I wanted to play araound with and got unexpected output.
pygeoapi-config-0.x.json pygeoapi.zip
For some reason all Properties are combined in one class and linked everywhere since properties are defined for almost every definition.
Properties
It is perfectly possible that I did something wrong but I don't know what.
The command I used to generate the classes was:
xsdata generate -p server /tmp/pygeoapi-config-0.x.json
I would expect that each properties section is handled as actually properties of the element. I found also #684 and was expecting it was solved.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
xsdata doesn't support json schemas @vvmruder
Sorry, something went wrong.
Thank you @tefra. Are there any future developments planned for that?
Things are kinda slow lately, idk maybe :)
No branches or pull requests
Hi and thank you for this genious library. I play around with it for a while mostly with XML and it is a solid piece of code 🪨
However lately I got a JSON schema which I wanted to play araound with and got unexpected output.
pygeoapi-config-0.x.json
pygeoapi.zip
For some reason all
Properties
are combined in one class and linked everywhere since properties are defined for almost every definition.It is perfectly possible that I did something wrong but I don't know what.
The command I used to generate the classes was:
I would expect that each properties section is handled as actually properties of the element. I found also #684 and was expecting it was solved.
Am I missing something here?
The text was updated successfully, but these errors were encountered: