AnyJson

zio.http.endpoint.openapi.JsonSchema.AnyJson
case object AnyJson extends JsonSchema

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait JsonSchema
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
AnyJson.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Inherited methods

def annotate(annotation: MetaData): JsonSchema

Attributes

Inherited from:
JsonSchema
def annotate(annotations: Chunk[MetaData]): JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema
def default(default: Json): JsonSchema

Attributes

Inherited from:
JsonSchema
def default(default: Option[Json]): JsonSchema

Attributes

Inherited from:
JsonSchema
def deprecated(deprecated: Boolean): JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema
def description(description: Option[String]): JsonSchema

Attributes

Inherited from:
JsonSchema
def description(description: String): JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema
def discriminator(discriminator: Discriminator): JsonSchema

Attributes

Inherited from:
JsonSchema
def examples(examples: Chunk[Json]): JsonSchema

Attributes

Inherited from:
JsonSchema

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
JsonSchema
def nullable(nullable: Boolean): JsonSchema

Attributes

Inherited from:
JsonSchema

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
JsonSchema

Inherited fields

lazy val toJson: String

Attributes

Inherited from:
JsonSchema
lazy val toJsonBytes: Chunk[Byte]

Attributes

Inherited from:
JsonSchema