@type option() :: {:minimum, integer()} | {:maximum, integer()}
@spec validate(term(), [option()]) :: Peri.validation_result()