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
I have a POJO that has 2 or more fields of the same complex type (another POJO class).
The schema generated for this class only has a reference to the sub schema for every subsequent field of the same type.
Is there a way to disable this?
I would prefer the field properties to be explicitly specified for each subsequent field of the same type too.
The text was updated successfully, but these errors were encountered:
I have a POJO that has 2 or more fields of the same complex type (another POJO class).
The schema generated for this class only has a reference to the sub schema for every subsequent field of the same type.
Is there a way to disable this?
I would prefer the field properties to be explicitly specified for each subsequent field of the same type too.
The text was updated successfully, but these errors were encountered: