Skip to content

Conversation

@youngjungithub
Copy link
Contributor

@youngjungithub youngjungithub commented Mar 5, 2025

Update the OpenAPI specifications to define query parameters with their correct intended types

This commit fixes an issue where query parameters with integer types were incorrectly being represented as 'number' type in the generated OpenAPI specifications. Now
integer types are properly represented as 'integer' in the schema, ensuring that tools consuming the OpenAPI specification correctly understand the expected data type
of query parameters.
@youngjungithub youngjungithub requested a review from a team as a code owner March 5, 2025 20:17
@youngjungithub youngjungithub marked this pull request as draft March 5, 2025 20:17
@youngjungithub youngjungithub changed the title Fix integer type representation in OpenAPI schema generation Update the OpenAPI specifications to define query parameters with their correct intended types Mar 5, 2025
 Update OpenAPI schema generation to properly represent integer query
 parameters as 'type: integer' instead of 'type: number'. This ensures
 API consumers receive accurate type information for validation and
 documentation purposes.
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.

2 participants