FeatureBounds#
- class diveplane.openapi.models.FeatureBounds#
Bounds for feature value generation.
- min: object | None#
The minimum value to be output. May be a number or date string.
- max: object | None#
The maximum value to be output. May be a number or date string.
- allowed: List[object] | None#
Explicitly allowed values to be output.
- allow_null: bool | None#
Allow nulls to be output, per their distribution in the data. Defaults to true.