Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

[ADMINAPI-32] Swagger UI - Fix issue with displaying recursive type#94

Merged
stephenfuqua merged 8 commits intomainfrom
ADMINAPI-32
Mar 27, 2024
Merged

[ADMINAPI-32] Swagger UI - Fix issue with displaying recursive type#94
stephenfuqua merged 8 commits intomainfrom
ADMINAPI-32

Conversation

@JBrenesSimpat
Copy link

@JBrenesSimpat JBrenesSimpat commented Mar 21, 2024

To generate a recursion level for the child level, a child model was created from the parent.
Additionally the necessary mapping for this to work is also included.

@JBrenesSimpat JBrenesSimpat marked this pull request as ready for review March 26, 2024 14:55
public class ChildrenClaimSetResource: ClaimSetResourceClaimModel
{
[SwaggerSchema(Description = "Children are collection of ResourceClaim")]
public List<ClaimSetResourceClaimModel?> Children { get; set; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JBrenesSimpat please address the warnings shown below in GitHub.

@stephenfuqua stephenfuqua merged commit a6e6a68 into main Mar 27, 2024
@stephenfuqua stephenfuqua deleted the ADMINAPI-32 branch March 27, 2024 02:26
jagudelo-gap pushed a commit that referenced this pull request Dec 19, 2025
* retrieve ods api version from appsettings

* update env files

* update installer

* use proper cqe version number, use switch expression syntax

* remove duplicate env settings. remove default ods version

* install upgrade takes OdsApiVersion parameter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants