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. _paramRequired :: Param -> Maybe Bool

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

  2. _schemaRequired :: Schema -> [ParamName]

    swagger2 Data.Swagger

    No documentation available.

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

    swagger2 Data.Swagger

    No documentation available.

  4. newtype SecurityRequirement

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

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

    swagger2 Data.Swagger.Internal

    No documentation available.

  6. _paramRequired :: Param -> Maybe Bool

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

  7. _schemaRequired :: Schema -> [ParamName]

    swagger2 Data.Swagger.Internal

    No documentation available.

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

    swagger2 Data.Swagger.Internal

    No documentation available.

  9. class HasRequired s a | s -> a

    swagger2 Data.Swagger.Lens

    No documentation available.

  10. required :: HasRequired s a => Lens' s a

    swagger2 Data.Swagger.Lens

    No documentation available.

Page 385 of many | Previous | Next