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.
_paramRequired :: Param -> Maybe Boolswagger2 Data.Swagger 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.
_schemaRequired :: Schema -> [ParamName]swagger2 Data.Swagger No documentation available.
getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger.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] -> SecurityRequirementswagger2 Data.Swagger.Internal No documentation available.
_paramRequired :: Param -> Maybe Boolswagger2 Data.Swagger.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.
_schemaRequired :: Schema -> [ParamName]swagger2 Data.Swagger.Internal No documentation available.
getSecurityRequirement :: SecurityRequirement -> InsOrdHashMap Text [Text]swagger2 Data.Swagger.Internal No documentation available.
class
HasRequired s a | s -> aswagger2 Data.Swagger.Lens No documentation available.
required :: HasRequired s a => Lens' s aswagger2 Data.Swagger.Lens No documentation available.