2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: basic
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/datainsight/kpi/basic
|
|
|
|
---
|
|
|
|
|
|
|
|
# Basic
|
|
|
|
|
|
|
|
*This schema defines basic types that are used by other Kpi Definitions*
|
|
|
|
|
|
|
|
## Definitions
|
|
|
|
|
|
|
|
- **`kpiTargetType`** *(string)*: This enum defines the type of key Result. Must be one of: `['NUMBER', 'PERCENTAGE']`.
|
|
|
|
- **`kpiTarget`** *(object)*: This schema defines the parameter values that can be passed for a Kpi Parameter. Cannot contain additional properties.
|
|
|
|
- **`name`** *(string)*: name of the parameter. Must match the parameter names in metrics of the chart this objective refers.
|
2023-10-28 00:07:31 +05:30
|
|
|
- **`value`** *(string)*: value to be passed for the Parameters. These are input from Users. We capture this in string and convert during the runtime.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`targetMet`** *(boolean)*: whether the target value was met or not.
|
|
|
|
- **`kpiResult`** *(object)*: Schema to capture kpi result. Cannot contain additional properties.
|
|
|
|
- **`timestamp`**: Data one which result is updated. Refer to *../../type/basic.json#/definitions/timestamp*.
|
|
|
|
- **`kpiFqn`**: KPI FQN. Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
|
|
|
- **`targetResult`** *(array)*: Metric and their corresponding current results.
|
|
|
|
- **Items**: Refer to *#/definitions/kpiTarget*.
|
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|