Package

com.github.kondaurovdev.json_schema.valTypes.variants

obj

Permalink

package obj

Visibility
  1. Public
  2. All

Type Members

  1. case class ObjProp(path: String, valType: iValType, required: Boolean = true, default: Option[JsValue] = None, alias: String = "") extends Product with Serializable

    Permalink
  2. case class ObjVal(props: Stream[ObjProp], strict: Boolean) extends iValType with Product with Serializable

    Permalink

Value Members

  1. object ObjProp extends iSchemaDefMixin with Serializable

    Permalink
  2. object ObjVal extends iTaskBuilder[ObjVal] with Serializable

    Permalink

Ungrouped