We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ...
I confirm that I
The following
@Query() test_param: number | string
should produce :
"test_param": { "anyOf": [ { "type": "number", "format": "double" }, { "type": "string" } ], }
Following is produced currently:
{ "in": "query", "name": "test_param", "required": true, "schema": {} }
Note: The union works in case of @Body.
@Body
Version of the library: 5.1.1 and 6.0.0-rc.3 Version of NodeJS: v20.2.0
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Sorry, something went wrong.
Based on 6.0.0-rc.4 change log, this is still to be fixed.
No branches or pull requests
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
The following
should produce :
Current Behavior
Following is produced currently:
Note: The union works in case of
@Body
.Context (Environment)
Version of the library: 5.1.1 and 6.0.0-rc.3
Version of NodeJS: v20.2.0
The text was updated successfully, but these errors were encountered: