Openapi.Path
type item =
| Static of string
| Dynamic of Parameter.t
val static : string -> item
val dynamic : ?description:string -> schema:Schema.t -> string -> item
type t = item list
val to_string : t -> string