Springfox: $ref values must be RFC3986-compliant percent-encoded URIs

Created on 17 Jul 2018  路  1Comment  路  Source: springfox/springfox

Hi,

when we create the swagger we get: $ref: _'#/definitions/ResponseDto芦CervedVerifyResponseDto禄'_
and when we validate it we get the following error:

_Semantic error at paths./api/engine/cerved/verify.post.responses.200.schema.$ref
$ref values must be RFC3986-compliant percent-encoded URIs_

It's related to the symbol , how can we generate it correctly?

question

Most helpful comment

Sorry, I found the solution in the documentation: 6.8.3. Changing how Generic Types are Named

>All comments

Sorry, I found the solution in the documentation: 6.8.3. Changing how Generic Types are Named

Was this page helpful?
0 / 5 - 0 ratings