maximum
Function
This indicates the maximum value for the instance property when the type of the instance value is a number, or it indicates the maximum number of values in an array when an array is the instance value.
This also examines the value of the “exclusiveMinimum” property to check if the provided value is exclusive (instance must not be exactly equal to) or inclusive (instance can be exactly equal to).
Valid Values
Examples
Meta-schema
{
"type": "number"
}