package openapi
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class OApiContact(name: String, email: String) extends Product with Serializable
- case class OApiDocumentation(openapi: String, info: OApiInfo, servers: List[OApiServer], paths: Json) extends Product with Serializable
- case class OApiInfo(title: String, description: String, contact: Option[OApiContact]) extends Product with Serializable
- case class OApiServer(url: String, description: String) extends Product with Serializable
Value Members
- object RequestResponseOpenApiGenerator