EntityAttributes
Reading and correcting the field values on a record.
Add an attribute value
Adds a value to a record. It is standardized on the way in and validated against the rules for that attribute. An attribute that holds several values takes a usage label — home, work — so the values stay distinguishable. Requires `entity.attribute.create`.
Update an attribute value
Changes one value on a record. Requires `entity.attribute.update`.
Delete an attribute value
Removes one value from a record. Requires `entity.attribute.delete`.
Choose which source's value wins
Overrides survivorship for one attribute by pinning the value from a chosen source. Use it where a rule cannot express the judgement a steward can make by looking. The choice is recorded, so it is visible later as a deliberate decision rather than an anomaly. Requires `entity.update`.