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
This issue is related to a coherence problem i've found in the openapi specification, in particular the packaging section, where we can see
that the elements are described with 2 fields, id and lc_name.
but they seems to be returned as a single string
and this create problems during the automatic generation of classes in the code.
Should we change the definition to String instead ?
The text was updated successfully, but these errors were encountered:
This issue is related to a coherence problem i've found in the openapi specification, in particular the packaging section, where we can see
that the elements are described with 2 fields, id and lc_name.
but they seems to be returned as a single string
and this create problems during the automatic generation of classes in the code.
Should we change the definition to String instead ?
The text was updated successfully, but these errors were encountered: