Metric
Metric content with optional display metadata. Use 'value' for the primary value, 'label' for the metric name, 'description' for supporting context, 'unit' for a suffix/currency marker, 'delta' for change, and…
Metadata
Field index
value
typestring | numberrequiredyesdefault—
Primary metric value.
{
"value": 42
}label
typestringrequirednodefault—
Metric label.
{
"label": "Revenue"
}description
typestringrequirednodefault—
Optional supporting context for the metric.
{
"description": "Recognized revenue for the quarter."
}unit
typestringrequirednodefault—
Metric unit, suffix, or currency marker.
{
"unit": "%"
}delta
typestring | numberrequirednodefault—
Metric change value.
{
"delta": "+12%"
}trend
typeenumrequirednodefault—
Metric trend direction.
{
"trend": "up"
}