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.
AdditionalPropertiesAllowed :: Bool -> AdditionalPropertiesopenapi3 Data.OpenApi.Internal No documentation available.
-
openapi3 Data.OpenApi.Internal 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.
Callback :: InsOrdHashMap Text PathItem -> Callbackopenapi3 Data.OpenApi.Internal No documentation available.
_componentsCallbacks :: Components -> Definitions Callbackopenapi3 Data.OpenApi.Internal No documentation available.
_encodingAllowReserved :: Encoding -> Maybe Boolopenapi3 Data.OpenApi.Internal 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@.
_headerAllowEmptyValue :: Header -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
_operationCallbacks :: Operation -> InsOrdHashMap Text (Referenced Callback)openapi3 Data.OpenApi.Internal 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.
_paramAllowEmptyValue :: Param -> Maybe Boolopenapi3 Data.OpenApi.Internal 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.
_paramAllowReserved :: Param -> Maybe Boolopenapi3 Data.OpenApi.Internal 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.
_schemaAllOf :: Schema -> Maybe [Referenced Schema]openapi3 Data.OpenApi.Internal No documentation available.