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

Added Guid schema processor #857

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Added Guid schema processor #857

merged 1 commit into from
Apr 27, 2023

Conversation

baranacikgoz
Copy link
Contributor

@baranacikgoz baranacikgoz commented Apr 26, 2023

Added Guid schema processor which replaces the default behavior of displaying GUID values as "string".

The processor sets the example Guids in Swagger to the format "3fa85f64-5717-4562-b3fc-2c963f66afa6". This enhances the readability and usability of the Swagger documentation for API consumers.

Example:

Before: "data": "string"
After: "data": "3fa85f64-5717-4562-b3fc-2c963f66afa6"

@baranacikgoz
Copy link
Contributor Author

@iammukeshm how to solve this workflow error?

@iammukeshm
Copy link
Member

You will have to add your docker creds (username and password to your repository secrets), But it's fine. Looks good to me.

@iammukeshm iammukeshm merged commit 2a5f327 into fullstackhero:main Apr 27, 2023
1 of 2 checks passed
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.

None yet

2 participants