| description | Hrflow.ai job range of floats JSON object. |
|---|
Range Float can be treated using this object. For example, salary related information will be in a Range Float object.
{
'name': 'salary',
'unit': 'eur',
'value_max': 50,
'value_min': 30
}| name | description |
|---|---|
| name | The range float's name |
| unit | The range float's unit |
| value_max | The float date's maximum value |
| value_min | The float date's minimum value |