play-swagger icon indicating copy to clipboard operation
play-swagger copied to clipboard

response model's field can't support toJson

Open shijinkui opened this issue 5 years ago • 1 comments

case class ErrorMsg(errorId: Int, errorPayload: JsValue)

also not support Json camel case

the JsValue can't be toJson even though add JsValue to the swagger-custom-mapping.json

shijinkui avatar Jul 13 '19 06:07 shijinkui

@shijinkui We are currently reviewing it. It may take some time, but we plan to address it.

Javakky-pxv avatar Jul 21 '23 03:07 Javakky-pxv