Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect type in TopologicalServiceArea #51

Open
ShouheiNishi opened this issue Nov 29, 2024 · 0 comments
Open

Incorrect type in TopologicalServiceArea #51

ShouheiNishi opened this issue Nov 29, 2024 · 0 comments

Comments

@ShouheiNishi
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant