hjsonschema-1.1.0.1: JSON Schema library

Safe HaskellNone
LanguageHaskell2010

Data.Validator.Draft4.Number

Contents

Synopsis

multipleOf

multipleOf :: Scientific -> Scientific -> Maybe (Fail ()) Source #

The spec requires "multipleOf" to be positive.

maximum

minimum