Search
Raw schema encoding from the OpenAPI spec
@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() }