AnySchema

sttp.apispec.AnySchema
See theAnySchema companion trait
object AnySchema

Attributes

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

Members list

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.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AnySchema
trait SchemaLike
class Object
trait Matchable
class Any
Show all
Self type
Anything.type
object Encoding

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Encoding.type
sealed trait Encoding extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Boolean
object 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.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AnySchema
trait SchemaLike
class Object
trait Matchable
class Any
Show all
Self type
Nothing.type

Inherited types

type MirroredElemLabels <: Tuple

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