View Source OpenAPI.Spec.Schema.Encoding (OpenAPI Generator v0.2.0)

Raw schema encoding from the OpenAPI spec

Summary

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()
}