You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve bare OSW ID type hints in generated Python code
When child schemas override inherited properties with only options
(e.g. {"options": {"hidden": true}}), datamodel-code-generator uses
the JSON schema file stem (OSW ID) instead of the schema title as the
type name. This adds a post-processing step that builds a UUID-to-class
mapping from generated class definitions and replaces bare OSW IDs.
0 commit comments