OWASP API4 2023 Integer Limit (Edit)
Integers should be limited to mitigate resource exhaustion attacks. This can be done using minimum and maximum, which helps avoid negative numbers when positive are expected, or reducing unreasonable iterations.
OWASPSecuritySchemaIntegersOpenAPI