forked from loafle/openapi-generator-original
one more qualified type
This commit is contained in:
parent
a8a2a41315
commit
7ed2df2722
@ -440,7 +440,7 @@ object SwaggerSerializers {
|
|||||||
""
|
""
|
||||||
}),
|
}),
|
||||||
(json \ "name").extractOrElse(""),
|
(json \ "name").extractOrElse(""),
|
||||||
(json \ "id").extractOrElse(""),
|
(json \ "qualifiedType").extractOrElse((json \ "id").extractOrElse("")),
|
||||||
output,
|
output,
|
||||||
(json \ "description").extractOpt[String]
|
(json \ "description").extractOpt[String]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user