Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 261 Bytes

File metadata and controls

executable file
·
16 lines (11 loc) · 261 Bytes

Max

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

properties:
    age:
        - Max: 99

Options

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