Module Json_schema.Or_bool

type 'a t =
  1. | Schema of 'a
  2. | Bool of bool
val jsont : 'a Jsont.t -> 'a t Jsont.t