Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 260 Bytes

File metadata and controls

16 lines (11 loc) · 260 Bytes

Min

Validates that a value is not smaller than the given limit.

properties:
    age:
        - Min: 1

Options

  • limit (default, required): The limit
  • message: The error message if validation fails