AnySchema

object AnySchema
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Anything extends AnySchema

Json schema can be represented by the values true or {} (empty object). This represents any json value.

Json schema can be represented by the values true or {} (empty object). This represents any json value.

object Encoding
Companion:
class
sealed trait Encoding extends Product with Serializable
Companion:
object
case object Nothing extends AnySchema

Json schema can be represented by the values false or {"not": {}} (object with a single property "not" which has a single value with must be the empty object". This represents no json value.

Json schema can be represented by the values false or {"not": {}} (object with a single property "not" which has a single value with must be the empty object". This represents no json value.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror