B1DoodleCountDustyValueRange
- Defines a range of total doodle counts and their associated score for site dusty calculation.
* Used by the dusty data asset to map site-wide active doodle counts to scoring weights.
| Property | Type | Description | Metadata |
|---|---|---|---|
| RangeMin | int32 | Minimum total doodle count (inclusive) for this range. | Category: B1DoodleCountDustyValueRange |
| RangeMax | int32 | Maximum total doodle count (inclusive) for this range. | Category: B1DoodleCountDustyValueRange |
| Score | float | Score (0-1) assigned when the site's total doodle count falls within this range. | Category: B1DoodleCountDustyValueRange ClampMax: 1 ClampMin: 0 |