TrimmedJsonSchema

harness.schema.internal.TrimmedJsonSchema$
See theTrimmedJsonSchema companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Arr(ref: SchemaRef, elem: TrimmedJsonSchema) extends TrimmedJsonSchema

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Duplicate(ref: SchemaRef) extends Single

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Single
class Object
trait Matchable
class Any
Show all
final case class Field(key: String, value: FieldValue)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FieldValue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FieldValue.type
sealed trait FieldValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Const
class Value
final case class JsonBool(ref: SchemaRef) extends Single

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Single
class Object
trait Matchable
class Any
Show all
final case class JsonNum(ref: SchemaRef) extends Single

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Single
class Object
trait Matchable
class Any
Show all
final case class JsonStr(ref: SchemaRef, enumValues: Option[List[String]]) extends Single

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Single
class Object
trait Matchable
class Any
Show all
final case class NotRequired(ref: SchemaRef, elem: TrimmedJsonSchema, canBeNull: Boolean, canBeMissing: Boolean) extends TrimmedJsonSchema

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Obj(ref: SchemaRef, fields: List[Field]) extends TrimmedJsonSchema

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Single extends TrimmedJsonSchema

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Duplicate
class JsonBool
class JsonNum
class JsonStr
final case class Sum(ref: SchemaRef, options: List[TrimmedJsonSchema]) extends TrimmedJsonSchema

Attributes

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

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