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?
Sorry, I found the solution in the documentation: 6.8.3. Changing how Generic Types are Named
Most helpful comment
Sorry, I found the solution in the documentation: 6.8.3. Changing how Generic Types are Named