Possible to generate class from json schema definition? #206
Unanswered
CaptainDriftwood
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, there is no code generation feature in apischema, and it's not really planned at the moment. I've already thought about it, but I've put it aside for several reasons:
Also, code generation subject seems to be quite independent of apischema, as I don't see which part of the code I would reuse for this feature. So I think it should rather be implemented in an other project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a json schema definition, is it possible to generate a python dataclass (model) from that definition?
Beta Was this translation helpful? Give feedback.
All reactions