APIDoc v0.0.1-pro0 APIDoc.Doc.Param View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %APIDoc.Doc.Param{
  description: String.t(),
  example: any(),
  name: String.t(),
  required: boolean(),
  schema: map(),
  type: type()
}
Link to this type type() View Source
type() :: :path | :query