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

Raw response from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Response{
  content: %{optional(String.t()) => OpenAPI.Spec.Schema.Media.t()},
  description: String.t(),
  headers: %{optional(String.t()) => OpenAPI.Spec.Path.Header.t()},
  links: %{optional(String.t()) => OpenAPI.Spec.Link.t()}
}