All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spice.openapi.OpenAPIResponse.scala Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package spice.openapi

import fabric.rw._

case class OpenAPIResponse(description: String, content: OpenAPIContent)

object OpenAPIResponse {
  implicit val rw: RW[OpenAPIResponse] = RW.gen
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy