ReferenceOr

zio.http.endpoint.openapi.OpenAPI.ReferenceOr
See theReferenceOr companion object
sealed trait ReferenceOr[+T]

A simple object to allow referencing other components in the specification, internally and externally.

Value parameters

ref

The reference string.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Or[T]
class Reference

Members list

Value members

Concrete methods

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