QuenyaBuilder.Object.Parameter (QuenyaBuilder v0.3.2) View Source

Link to this section Summary

Types

t()

Parameter object from the spec

Link to this section Types

Specs

t() :: %QuenyaBuilder.Object.Parameter{
  deprecated: boolean(),
  description: String.t(),
  examples: [map()] | nil,
  explode: boolean(),
  name: String.t(),
  position: atom(),
  required: boolean(),
  schema: ExJsonSchema.Schema.Root | nil,
  style: atom()
}

Parameter object from the spec