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

Respect JsonPropertyName attributes in generated swagger #903

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

garyttierney
Copy link
Member

@garyttierney garyttierney commented Sep 18, 2024

The swagger is currently generated using Swashbuckle, which only supports System.Text.Json attributes out of the box.

Resolves #898.

Copy link
Member

@donaldgray donaldgray left a comment

Choose a reason for hiding this comment

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

LGTM

@donaldgray donaldgray merged commit c736030 into main Sep 18, 2024
9 checks passed
@donaldgray donaldgray deleted the bugfix/swagger-property-names branch September 18, 2024 12:45
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

Successfully merging this pull request may close these issues.

Swagger docs incorrectly outputting member rather than members
3 participants