MetaData

zio.http.endpoint.openapi.JsonSchema.MetaData
See theMetaData companion trait
object MetaData

Attributes

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

Members list

Type members

Classlikes

final case class ContentEncoding(encoding: ContentEncoding) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ContentMediaType(mediaType: String) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Default(default: Json) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Deprecated extends MetaData

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Deprecated.type
final case class Description(description: String) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Discriminator(discriminator: Discriminator) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Examples(chunk: Chunk[Json]) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Nullable(nullable: Boolean) extends MetaData

Attributes

Supertypes
trait MetaData
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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