Openapi.Response
type t = {
code : int option;
description : string;
schema : Schema.t;
}
val make : ?code:int -> description:string -> Schema.t -> t