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
Within other providers, for instance TLS, comments have been added to the models to make it more clear which nested model "belongs" to which model struct field.
In this instance, autogenerates comments indicating the relationships between the models would look something like the following:
During the generation of data models, there can be a significant number of models that are generated for nested attributes and/or nested blocks.
For example, using the following intermediate representation (IR):
Results in the generation of the following models:
Within other providers, for instance TLS, comments have been added to the models to make it more clear which nested model "belongs" to which model struct field.
In this instance, autogenerates comments indicating the relationships between the models would look something like the following:
We may want to consider adding these comments to help with the navigation between and association of models and nested models.
The text was updated successfully, but these errors were encountered: