AckdbFieldLabelOverride

A per-deployment override of an Observe field's DISPLAY label (#191). Presentation only - the key, compiler whitelist, filters, sort, and ingest are untouched.

Properties

scopestringrequired
"company""contact""person"
fieldKeystringrequired
labelstringrequired
updatedAtstring <date-time>required

Example

AckdbFieldLabelOverride example
{
  "scope": "company",
  "fieldKey": "measure_status",
  "label": "Customer Status",
  "updatedAt": "1970-01-01T00:00:00.000Z"
}