View Source OpenAPI.Spec.RequestBody (OpenAPI Generator v0.1.0-rc.3)
Raw request body from the OpenAPI spec
Link to this section Summary
Link to this section Types
@type t() :: %OpenAPI.Spec.RequestBody{ content: %{optional(String.t()) => OpenAPI.Spec.Schema.Media.t()}, description: String.t() | nil, required: boolean() }