Skip to content

Fix schema of path parameters in OpenAPI 3

Choose a tag to compare

@ozscheyge ozscheyge released this 09 Apr 09:18
· 66 commits to master since this release
08a4649

Before, all path parameters were considered type string in the generated OpenAPI 3 spec.
Now, the actual type from the Spring Restdocs ParameterDescriptor is taken into account, see #168 and #171 for details.

Thanks to @alexisparis for the report!