pub fn check_max_i64(value: i64, max: i64) -> Result<(), ValidationError>
Rejects an integer above its schema’s maximum.
maximum