Class Interval (1.1.0)

Interval(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A floating point interval.

Attributes

NameDescription
minimum float
Inclusive lower bound.
exclusive_minimum float
Exclusive lower bound.
maximum float
Inclusive upper bound.
exclusive_maximum float
Exclusive upper bound.