-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
Description
Description
Kotlin client generates invalid variable names for reserved words.
openapi-generator version
Working in: 4.1.2
Broken in: 4.1.3-SNAPSHOT
OpenAPI declaration file content or url
responses:
'200':
schema:
properties:
data: # kotlin reserved word
type: stringExpected:
val `data`: StringActual:
val ``data`` StringCommand line used for generation
openapi-generator generate -g kotlinRelated issues/PRs
Reactions are currently unavailable