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'm running into an issue where an OpenAPI spec has a '+' (plus) character in the middle of the text. I noticed in the enum conversion, it looks like the plus sign is handled if it's at the beginning of the string, but I may be misunderstanding. Are there any options or workarounds to handle the enum so that it could be named correctly? Thanks for your help!
I looked through the history of the file, and it looks like there was conversion for + characters, but it was removed in a refactor. I don't speak regex fluently (🙃) so I'm not certain what the regex is doing now.
I'm running into an issue where an OpenAPI spec has a '+' (plus) character in the middle of the text. I noticed in the enum conversion, it looks like the plus sign is handled if it's at the beginning of the string, but I may be misunderstanding. Are there any options or workarounds to handle the enum so that it could be named correctly? Thanks for your help!
Spec in question: https://api.snyk.io/rest/openapi/2024-10-15
Specific JSON:
Generated Code which won't build:
The text was updated successfully, but these errors were encountered: