one more qualified type

This commit is contained in:
Ivan Porto Carrero 2013-09-07 10:15:28 -07:00
parent a8a2a41315
commit 7ed2df2722

View File

@ -440,7 +440,7 @@ object SwaggerSerializers {
""
}),
(json \ "name").extractOrElse(""),
(json \ "id").extractOrElse(""),
(json \ "qualifiedType").extractOrElse((json \ "id").extractOrElse("")),
output,
(json \ "description").extractOpt[String]
)