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

BUGFIX: Create correct parameter scheme #13

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

mficzel
Copy link
Member

@mficzel mficzel commented Apr 16, 2024

The openapi parameter does not support type and format as those are properties of the schema for the parameter. This change adjusts that. Also the name of a scheme became optional now as simple types have a schema but not a distinct name.

The openapi parameter does not support type and format. Those are properties of the schema for the parameter.
This change adjusts that. To do so the name of a scheme became optional as simple types have a schema but not a distinct name.
@mficzel mficzel requested review from nezaniel and mwuest April 16, 2024 11:02
@mficzel mficzel changed the title BUGFIX: Use correct parameter scheme BUGFIX: Create correct parameter scheme Apr 16, 2024
@mficzel mficzel merged commit 3c09dea into main Apr 16, 2024
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.

1 participant