hjsonschema-1.1.0.0: JSON Schema library

Safe HaskellNone
LanguageHaskell2010

Data.Validator.Draft4.String

Contents

Synopsis

maxLength

maxLength :: Int -> Text -> Maybe (Fail ()) Source #

The spec requires "maxLength" to be non-negative.

minLength

minLength :: Int -> Text -> Maybe (Fail ()) Source #

The spec requires "minLength" to be non-negative.

pattern