SchemaSpec

harness.schema.SchemaSpec$
See theSchemaSpec companion class
object SchemaSpec

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SchemaSpec.type

Members list

Type members

Classlikes

sealed trait Details

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JsonDetails
class JsonArr
object JsonBool.type
object JsonNum.type
class JsonObj
class JsonStr
class JsonSum
trait RawDetails
class JWT
object RawJWT.type
class RawStr
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 Ref
final case class JWT(jsonRef: SchemaRef) extends RawDetails

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RawDetails
trait Details
class Object
trait Matchable
class Any
Show all
final case class JsonArr(elemRef: SchemaRef) extends JsonDetails

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
case object JsonBool extends JsonDetails

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
Self type
JsonBool.type
sealed trait JsonDetails extends Details

Attributes

Supertypes
trait Details
class Object
trait Matchable
class Any
Known subtypes
class JsonArr
object JsonBool.type
object JsonNum.type
class JsonObj
class JsonStr
class JsonSum
Show all
final case class JsonNotRequired(elemRef: SchemaRef, canBeNull: Boolean, canBeMissing: Boolean) extends JsonDetails

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
case object JsonNum extends JsonDetails

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
Self type
JsonNum.type
final case class JsonObj(fields: List[Field]) extends JsonDetails

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
final case class JsonSum(optionRefs: List[SchemaRef]) extends JsonDetails

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonDetails
trait Details
class Object
trait Matchable
class Any
Show all
sealed trait RawDetails extends Details

Attributes

Supertypes
trait Details
class Object
trait Matchable
class Any
Known subtypes
class JWT
object RawJWT.type
class RawStr
case object RawJWT extends RawDetails

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RawDetails
trait Details
class Object
trait Matchable
class Any
Show all
Self type
RawJWT.type
final case class RawStr(enumValues: Option[List[String]]) extends RawDetails

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RawDetails
trait Details
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

Implicits

Implicits

implicit val ordering: Ordering[SchemaSpec]