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. AdditionalPropertiesAllowed :: Bool -> AdditionalProperties

    openapi3 Data.OpenApi

    No documentation available.

  2. newtype Callback

    openapi3 Data.OpenApi

    A map of possible out-of band callbacks related to the parent operation. Each value in the map is a PathItem Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the path item object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.

  3. Callback :: InsOrdHashMap Text PathItem -> Callback

    openapi3 Data.OpenApi

    No documentation available.

  4. _componentsCallbacks :: Components -> Definitions Callback

    openapi3 Data.OpenApi

    No documentation available.

  5. _encodingAllowReserved :: Encoding -> Maybe Bool

    openapi3 Data.OpenApi

    Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]!$&'()*+,;= to be included without percent-encoding. The default value is false. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded@.

  6. _headerAllowEmptyValue :: Header -> Maybe Bool

    openapi3 Data.OpenApi

    No documentation available.

  7. _operationCallbacks :: Operation -> InsOrdHashMap Text (Referenced Callback)

    openapi3 Data.OpenApi

    A map of possible out-of band callbacks related to the parent operation. The key is a unique identifier for the Callback Object. Each value in the map is a Callback Object that describes a request that may be initiated by the API provider and the expected responses.

  8. _paramAllowEmptyValue :: Param -> Maybe Bool

    openapi3 Data.OpenApi

    Sets the ability to pass empty-valued parameters. This is valid only for ParamQuery parameters and allows sending a parameter with an empty value. Default value is false.

  9. _paramAllowReserved :: Param -> Maybe Bool

    openapi3 Data.OpenApi

    Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]!$&'()*+,;=@ to be included without percent-encoding. This property only applies to parameters with an _paramIn value of ParamQuery. The default value is False.

  10. _schemaAllOf :: Schema -> Maybe [Referenced Schema]

    openapi3 Data.OpenApi

    No documentation available.

Page 508 of many | Previous | Next