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.

  1. _requestBodyRequired :: RequestBody -> Maybe Bool

    openapi3 Data.OpenApi

    Determines if the request body is required in the request. Defaults to False.

  2. _schemaRequired :: Schema -> [ParamName]

    openapi3 Data.OpenApi

    No documentation available.

  3. getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]

    openapi3 Data.OpenApi

    No documentation available.

  4. data RequestBody

    openapi3 Data.OpenApi.Internal

    Describes a single request body.

  5. RequestBody :: Maybe Text -> InsOrdHashMap MediaType MediaTypeObject -> Maybe Bool -> RequestBody

    openapi3 Data.OpenApi.Internal

    No documentation available.

  6. newtype SecurityRequirement

    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).

  7. SecurityRequirement :: InsOrdHashMap Text [Text] -> SecurityRequirement

    openapi3 Data.OpenApi.Internal

    No documentation available.

  8. _componentsRequestBodies :: Components -> Definitions RequestBody

    openapi3 Data.OpenApi.Internal

    No documentation available.

  9. _headerRequired :: Header -> Maybe Bool

    openapi3 Data.OpenApi.Internal

    No documentation available.

  10. _linkRequestBody :: Link -> Maybe ExpressionOrValue

    openapi3 Data.OpenApi.Internal

    A literal value or {expression} to use as a request body when calling the target operation.

Page 353 of many | Previous | Next