Open
Description
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
Metadata
Assignees
Labels
No labels