Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_operationRequestBody :: Operation -> Maybe (Referenced RequestBody)openapi3 Data.OpenApi.Internal The request body applicable for this operation. The requestBody is only supported in HTTP methods where the HTTP 1.1 specification RFC7231 has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague, requestBody SHALL be ignored by consumers.
_paramRequired :: Param -> Maybe Boolopenapi3 Data.OpenApi.Internal Determines whether this parameter is mandatory. If the parameter is in "path", this property is required and its value MUST be true. Otherwise, the property MAY be included and its default value is False.
_requestBodyContent :: RequestBody -> InsOrdHashMap MediaType MediaTypeObjectopenapi3 Data.OpenApi.Internal The content of the request body. The key is a media type or media type range and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*
_requestBodyDescription :: RequestBody -> Maybe Textopenapi3 Data.OpenApi.Internal A brief description of the request body. This could contain examples of use. CommonMark syntax MAY be used for rich text representation.
_requestBodyRequired :: RequestBody -> Maybe Boolopenapi3 Data.OpenApi.Internal Determines if the request body is required in the request. Defaults to False.
_schemaRequired :: Schema -> [ParamName]openapi3 Data.OpenApi.Internal No documentation available.
getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]openapi3 Data.OpenApi.Internal No documentation available.
class
HasRequestBodies s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
class
HasRequestBody s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
class
HasRequired s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.