Koudai Aono
Koudai Aono
@J-L0 I knew Mashumaro existed, but I didn't know they could do this. Thanks for letting me know. Certainly, a strict type reflecting format is needed for dataclass as well...
@carstencodes Thank you for creating the issue. Just to confirm, this is not a bug, just not in your use case, right? If so, how about adding an option to...
@aoliveiraenc Thank you for creating the issue We have considered what you want to achieve, but unfortunately, there is no easy way. However, it might be able to use because...
@woodruffw Thank you for exploring the solution. Is your error related to the issue? https://github.com/koxudaxi/datamodel-code-generator/issues/1921 I would like to know, if you know, if your solution is version-constrained on the...
@cmclaughlin > I thought about trying to work around this with a custom template and extra template data to indicate which properties should inherit and which should not, but I...
Thank you for creating the issue. I needed to find out the details of the `.xsd `. However, we can implement parsers like JSON schema, OpenAPI, and GraphQL. https://github.com/koxudaxi/datamodel-code-generator/tree/main/datamodel_code_generator/parser
Sorry for the late reply. I ran it with the repositories and commands you presented and generated the code. I don't think pydantic is currently capable of handling multiple patternProperties....
@rafalkrupinski Thank you for your help. @alkshmir As your link shows, this would be a good solution to use a custom template and run the CLI to generate your own...
I'm sorry for the late reply. Thanks for the great pointers. I feel like it's too big an effect on existing code, but it might not be a bad idea...
@rdeaton-freenome Thank you for creating the issue. I agree with you!!