Schema.exclusiveMinimum

A lower limit for a numeric instance. If the instance is a number, then this keyword validates if "exclusiveMinimum" is true and instance is greater than the provided value, or else if the instance is greater than or exactly equal to the provided value.

class Schema
@optional
bool exclusiveMinimum;

Meta