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.
_requestBodyRequired :: RequestBody -> Maybe Boolopenapi3 Data.OpenApi Determines if the request body is required in the request. Defaults to False.
_schemaRequired :: Schema -> [ParamName]openapi3 Data.OpenApi No documentation available.
getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]openapi3 Data.OpenApi No documentation available.
-
openapi3 Data.OpenApi.Internal Describes a single request body.
RequestBody :: Maybe Text -> InsOrdHashMap MediaType MediaTypeObject -> Maybe Bool -> RequestBodyopenapi3 Data.OpenApi.Internal No documentation available.
-
openapi3 Data.OpenApi.Internal Lists the required security schemes to execute this operation. The object can have multiple security schemes declared in it which are all required (that is, there is a logical AND between the schemes).
SecurityRequirement :: InsOrdHashMap Text [Text] -> SecurityRequirementopenapi3 Data.OpenApi.Internal No documentation available.
_componentsRequestBodies :: Components -> Definitions RequestBodyopenapi3 Data.OpenApi.Internal No documentation available.
_headerRequired :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_linkRequestBody :: Link -> Maybe ExpressionOrValueopenapi3 Data.OpenApi.Internal A literal value or {expression} to use as a request body when calling the target operation.