Class Interval (1.0.2)

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

A floating point interval. .. attribute:: minimum

Inclusive lower bound.

:type: float

Attributes

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