Skip to content

Fix/swagger decorator relation type#24

Merged
omar-dulaimi merged 3 commits intoomar-dulaimi:masterfrom
JackCme:feature/swagger-decorator-relation-type
Sep 2, 2025
Merged

Fix/swagger decorator relation type#24
omar-dulaimi merged 3 commits intoomar-dulaimi:masterfrom
JackCme:feature/swagger-decorator-relation-type

Conversation

@JackCme
Copy link

@JackCme JackCme commented Sep 2, 2025

Description

Currently the @ApiProperty decorator for the swagger implementation does not include type definition for the relation property type, which results to appear as an empty object within the swagger UI schema description.

This pull request adds the type definition for the relation property type.

@omar-dulaimi omar-dulaimi changed the title Feature/swagger decorator relation type Fix/swagger decorator relation type Sep 2, 2025
@omar-dulaimi omar-dulaimi self-assigned this Sep 2, 2025
@omar-dulaimi omar-dulaimi added the bug Something isn't working label Sep 2, 2025
@omar-dulaimi
Copy link
Owner

Thanks for the PR!
Please make the checks pass by running npm run format:check locally then committing and pushing again.

@JackCme
Copy link
Author

JackCme commented Sep 2, 2025

@omar-dulaimi prettier format fixed! Thanks

@omar-dulaimi omar-dulaimi merged commit 1f5e971 into omar-dulaimi:master Sep 2, 2025
3 checks passed
@omar-dulaimi
Copy link
Owner

Released in 6.0.1

@JackCme JackCme deleted the feature/swagger-decorator-relation-type branch September 3, 2025 00:48
@JackCme JackCme restored the feature/swagger-decorator-relation-type branch September 3, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments