View Source OpenAPI.Spec.Response (OpenAPI Generator v0.2.0)
Raw response from the OpenAPI spec
Summary
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()} }