a2l.py generated from jsonSchema misses out the class Asap2File #41
Unanswered
ramkrganesh
asked this question in
Q&A
Replies: 1 comment
-
Hi Ram, I cannot reproduce the issue. Kind regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Andreas,
When I try to generate a2l.py file using jsonSchema, it creates a class called
class Model(BaseModel)
instead ofclass Asap2File(BaseModel)
But, the a2l.py file from "Assets" of v2.6.3 contains the expected Asap2File class. Could you please try to re-generate a2l.py using v2.6.3 and see if you could also re-create this problem ?
Note: I use "datamodel-codegen" version 0.25.2
BR,
Ram
Beta Was this translation helpful? Give feedback.
All reactions