mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
20 lines
496 B
YAML
20 lines
496 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: The name of the feature
|
|
example: 'entitlement_count'
|
|
value:
|
|
oneOf:
|
|
- type: number
|
|
format: float
|
|
- type: integer
|
|
format: int64
|
|
description: The value associated to the feature name. Can be whole number or integer depending on the feature name
|
|
example: -0.45
|
|
importance:
|
|
type: number
|
|
format: float
|
|
description: Importance factor associated to the feature
|
|
example: 0.92
|