|
TrackingAreaIdList []Tai `json:"trackingAreaIdList,omitempty" yaml:"trackingAreaIdList" bson:"trackingAreaIdList,omitempty"` |
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.
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.