final case classPredef[T](schema: Schema[T]) extends AnyVal with Product with Serializable
The idea behind Predef is a continuation of the idea about exposing schemas that was found in implicit scope as ref.
The idea behind Predef is a continuation of the idea about exposing schemas that was found in implicit scope as ref. Namely, if schema is derived - it will be defined in-place inside of a
json-schema, but if it's implicitly available - going to be a ref.
So Predef changes it by adding another class of implicitly defined schemas which won't become a ref
The idea behind Predef is a continuation of the idea about exposing schemas that was found in implicit scope as
ref
. Namely, if schema is derived - it will be defined in-place inside of a json-schema, but if it's implicitly available - going to be aref
.So Predef changes it by adding another class of implicitly defined schemas which won't become a
ref