Json_schema.Make
module Repr : Json_repr.Repr
val to_json : schema -> Repr.value
Same as to_json for a custom JSON representation.
to_json
val of_json : ?definitions_path:string -> Repr.value -> schema
Same as of_json for a custom JSON representation.
of_json