Or

zio.http.endpoint.openapi.OpenAPI.ReferenceOr.Or
See theOr companion object
final case class Or[T](value: T) extends ReferenceOr[T]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
ReferenceOr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product