play-swagger
play-swagger copied to clipboard
response model's field can't support toJson
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 We are currently reviewing it. It may take some time, but we plan to address it.