Reference

zio.http.endpoint.openapi.OpenAPI.ReferenceOr.Reference
See theReference companion object
final case class Reference(ref: String, summary: Option[Doc], description: Option[Doc]) extends ReferenceOr[Nothing]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ReferenceOr[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def asJsonSchema(implicit ev: Nothing <:< JsonSchema): JsonSchema

Attributes

Inherited from:
ReferenceOr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product