Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_schemaEnum :: Schema -> Maybe [Value]openapi3 Data.OpenApi.Internal No documentation available.
_serverVariableEnum :: ServerVariable -> Maybe (InsOrdHashSet Text)openapi3 Data.OpenApi.Internal An enumeration of string values to be used if the substitution options are from a limited set. The array SHOULD NOT be empty.
class
GEnumParamSchema (f :: Type -> Type)openapi3 Data.OpenApi.Internal.ParamSchema No documentation available.
genumParamSchema :: GEnumParamSchema f => SchemaOptions -> Proxy f -> Schema -> Schemaopenapi3 Data.OpenApi.Internal.ParamSchema No documentation available.
validateEnum :: Value -> Validation Schema ()openapi3 Data.OpenApi.Internal.Schema.Validation No documentation available.
validateNumber :: Scientific -> Validation Schema ()openapi3 Data.OpenApi.Internal.Schema.Validation No documentation available.
-
openapi3 Data.OpenApi.Internal.Utils No documentation available.
-
openapi3 Data.OpenApi.Lens No documentation available.
boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]protolude Protolude No documentation available.
boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]protolude Protolude No documentation available.