PathItem

wvlet.airframe.http.openapi.OpenAPI$.PathItem
case class PathItem(summary: String, description: String, operationId: String, parameters: Option[Seq[ParameterOrRef]], requestBody: Option[RequestBody], responses: Map[String, Union2[Response, ResponseRef]], tags: Option[Seq[String]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product