View Source OpenAPI.Processor.Operation.Param (OpenAPI Generator v0.1.0-rc.3)

Provides the Param struct that is used by the renderer

Link to this section Summary

Types

Location of the param

t()

Processed param data used by the renderer

Link to this section Types

@type location() :: :cookie | :header | :path | :query

Location of the param

@type t() :: %OpenAPI.Processor.Operation.Param{
  description: String.t() | nil,
  location: location(),
  name: String.t(),
  value_type: OpenAPI.Processor.Type.t()
}

Processed param data used by the renderer