LowPriority1

oxygen.schema.JsonSchemaLowPriority.LowPriority1
trait LowPriority1

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JsonSchema

Members list

Givens

Givens

given fromPlainText[A](using underlying: PlainTextSchema[A]): JsonSchema[A]
given nonEmptyList[A : ClassTag](using evidence$1: JsonSchema[A], evidence$2: ClassTag[A], ltt: TypeTag[List[A]], neltt: TypeTag[NonEmptyList[A]]): JsonSchema[NonEmptyList[A]]
given seq[S[_], A](using seqOps: SeqOps[S], underlying: JsonSchema[A], ct: ClassTag[A], tt: TypeTag[S[A]]): JsonSchema[S[A]]