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

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

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

import fabric.rw._

case class OpenAPIRequestBody(required: Boolean, content: OpenAPIContent)

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy