View Source OpenAPI.Spec.Schema.Encoding (OpenAPI Generator v0.1.0-rc.4)

Raw schema encoding from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Schema.Encoding{
  allow_reserved: boolean(),
  content_type: String.t() | nil,
  explode: boolean(),
  headers: %{optional(String.t()) => OpenAPI.Spec.Path.Header.t()},
  style: String.t()
}