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