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
The tool currently raises errors when trying to handle schemas with cyclically inherited models. This issue occurs in scenarios where a model is designed to inherit from another model that, in turn, inherits from the first model, creating a circular dependency.
Steps to Reproduce:
Define two or more models in the schema with circular inheritance (e.g., Model A inherits from Model B, and Model B inherits from Model A).
Run the tool to process this schema.
Observe the error that occurs.
Expected Behavior:
Ideally, the tool should be able to handle circular inheritance without throwing errors, allowing for more complex schema designs.
Actual Behavior:
When processing a schema with circularly inherited models, the tool fails and throws an error (specific error details would be helpful here).
Impact:
This limitation restricts the schema design, preventing the implementation of certain data models which require circular inheritance.
The text was updated successfully, but these errors were encountered:
Description:
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Impact:
The text was updated successfully, but these errors were encountered: