Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 652 Bytes

File metadata and controls

29 lines (22 loc) · 652 Bytes
description Hrflow.ai job range of floats JSON object.

Range Float JSON

Range Float

Range Float can be treated using this object. For example, salary related information will be in a Range Float object.

The Range Float Object

{
    'name': 'salary',
    'unit': 'eur',
    'value_max': 50,
    'value_min': 30
}

Attributes

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