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

error in "Parameter Serialization" page: style=label #342

Open
karenetheridge opened this issue Oct 23, 2023 · 1 comment
Open

error in "Parameter Serialization" page: style=label #342

karenetheridge opened this issue Oct 23, 2023 · 1 comment

Comments

@karenetheridge
Copy link

karenetheridge commented Oct 23, 2023

There is an error at https://swagger.io/docs/specification/serialization/#path -- the example for style=label, explode=false, type=array is /users/.3,4,5 when it should be /users/.3.4.5, and type=object is /users/.role,admin,firstName,Alex but should be /users/.role.admin.firstName.Alex.

e.g. compare to https://spec.openapis.org/oas/v3.0.3#style-examples

@karenetheridge
Copy link
Author

I may not be right - see the OAI PR referenced above

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

No branches or pull requests

1 participant