zaphiro-technologies / cimgen

Code generation from CIM data model for several programming languages
Apache License 2.0
0 stars 0 forks source link

[Feature]: Split pydantic generated code in more classes #7

Open chicco785 opened 1 year ago

chicco785 commented 1 year ago

Is your feature request related to a problem? Please describe the problem.

There is only 2 classes generated now: 1 for enum and 1 for schema. Adding more profiles the schema file will become very big.

Describe the solution you'd like

Having a way to segment classes without incurring in recursion errors (maybe we can at least split by profile type)

Additional context

No response