Module Json_schema.Or_ref

type 'a t =
  1. | Value of 'a
  2. | Ref of string
val find_member : string -> Jsont.mem list -> Jsont.json option
val jsont : 'a Jsont.t -> 'a t Jsont.t