Skip to main content

IndicatorViewModel

A type of data point measured by a data set.

Properties

Property Type Required Description
id string true

The ID of the indicator.

column string true

The name of the indicator CSV column.

label string true

The human-readable label of the indicator.

unit IndicatorUnit true

The type of unit that should be used when formatting the indicator.

decimalPlaces integer false

The recommended number of decimal places to use when formatting the indicator.

Example schema

{
  "id": "enW68",
  "column": "sess_authorised",
  "label": "Percentage of authorised sessions",
  "unit": "%",
  "decimalPlaces": 2
}