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
Is your feature request related to a problem? Please describe.
I deprecated a field in Kotlin, I'd like to have the deprecated annotation in the schema
A clear and concise description of what the problem is. Ex. I'm always frustrated
when [...]
I defined this data class in Kotlin
data classCar(
@Deprecated
valmodel:String
)
What is the actual result using OpenAPI Description (yml or json)?
Is your feature request related to a problem? Please describe.
I deprecated a field in Kotlin, I'd like to have the deprecated annotation in the schema
when [...]
I defined this data class in Kotlin
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: