You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Prisma generated types to generate the swagger document but Prisma generates Enum types using $Enum namespace resulting in the schema name being percent encoded causing reference and pointer resolving error as percent encoding is not decoded by swagger-ui
Sorting
I'm submitting a ...
bug report
feature request
support request
I confirm that I
used the search to make sure that a similar issue hasn't already been submit
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Using a type var name with $ character should reproduce the same error
Context (Environment)
Version of the library: 5.1.1
Version of NodeJS: 20.9.0
Confirm you were using yarn not npm: [ ]
Detailed Description
Breaking change?
The text was updated successfully, but these errors were encountered:
I am using Prisma generated types to generate the swagger document but Prisma generates Enum types using $Enum namespace resulting in the schema name being percent encoded causing reference and pointer resolving error as percent encoding is not decoded by swagger-ui
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Using a type var name with $ character should reproduce the same error
Context (Environment)
Version of the library: 5.1.1
Version of NodeJS: 20.9.0
Detailed Description
Breaking change?
The text was updated successfully, but these errors were encountered: