ReferenceOr

zio.http.endpoint.openapi.OpenAPI.ReferenceOr
See theReferenceOr companion trait
object ReferenceOr

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Or[T](value: T) extends ReferenceOr[T]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Or.type
final case class Reference(ref: String, summary: Option[Doc], description: Option[Doc]) extends ReferenceOr[Nothing]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Reference.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def schema[T : Schema]: Schema[ReferenceOr[T]]