package tezos-openapi

  1. Overview
  2. Docs
type item =
  1. | Static of string
  2. | 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
OCaml

Innovation. Community. Security.