Corresponds to the Response Object in the OpenAPI specification.
OpenApi.Types.Response
decode : Json.Decode.Decoder Response
encode : Response -> Json.Encode.Value
content : Response -> Dict String OpenApi.MediaType.MediaType
description : Response -> String
headers : Response -> Dict String (OpenApi.Types.ReferenceOr OpenApi.Types.Header)
links : Response -> Dict String (OpenApi.Types.ReferenceOr OpenApi.Link.Link)