mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
one more qualified type
This commit is contained in:
parent
a8a2a41315
commit
7ed2df2722
@ -440,7 +440,7 @@ object SwaggerSerializers {
|
||||
""
|
||||
}),
|
||||
(json \ "name").extractOrElse(""),
|
||||
(json \ "id").extractOrElse(""),
|
||||
(json \ "qualifiedType").extractOrElse((json \ "id").extractOrElse("")),
|
||||
output,
|
||||
(json \ "description").extractOpt[String]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user