Fix schema of path parameters in OpenAPI 3
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!