Module Openapi.Parameter

type t = {
  1. name : string;
  2. description : string option;
  3. schema : Schema.t;
}