View Source OpenAPI.Processor.Operation.Param (OpenAPI Generator v0.2.0)

Provides the Param struct that is used by the renderer

Summary

Types

Location of the param

t()

Processed param data used by the renderer

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