Property defining a maximum is not greater than the corresponding property defining the minimum
Issue ID: v3-validation-property-greater
Description
Properties defining maximums (maximum
, maxLegth
, or maxItems
) must have values that are greater than the values of the corresponding minimum properties (minimum
, minLegth
, or minItems
). However, the value you have defined for the maximum is not greater than the value you have defined for the minimum.
Remediation
Make sure that you have defined maximum values that are greater than the corresponding minimum values.