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
It seems that this struct TopologicalServiceArea is generated from "TS28538_EdgeNrm.yaml#/components/schemas/TopologicalServiceArea", and this field TrackingAreaIdList used the schema “TS28541_NrNrm.yaml#/components/schemas/TaiList” which is array of schema “TS28623_GenericNrm.yaml#/components/schemas/Tai”.
But the type of this field is models.Tai generated from schema "TS29571_CommonData.yaml#/components/schemas/Tai".
Since it seems that the type corresponding to the schema “TS28623_GenericNrm.yaml#/components/schemas/Tai” is not generated, it is required to generate this type and use it in the field TrackingAreaIdList.
The text was updated successfully, but these errors were encountered:
openapi/models/model_topological_service_area.go
Line 17 in 6285477
It seems that this struct TopologicalServiceArea is generated from "TS28538_EdgeNrm.yaml#/components/schemas/TopologicalServiceArea", and this field TrackingAreaIdList used the schema “TS28541_NrNrm.yaml#/components/schemas/TaiList” which is array of schema “TS28623_GenericNrm.yaml#/components/schemas/Tai”.
But the type of this field is models.Tai generated from schema "TS29571_CommonData.yaml#/components/schemas/Tai".
Since it seems that the type corresponding to the schema “TS28623_GenericNrm.yaml#/components/schemas/Tai” is not generated, it is required to generate this type and use it in the field TrackingAreaIdList.
The text was updated successfully, but these errors were encountered: