enable_persistence
Commit to keeping specified categories of data persistent, preventing tombstoning or deletion. Records opt-in with timestamp and republishes in next card.
Instructions
Opt into non-erasure persistence and re-publish.
scope is a list of categories to commit to keeping persistent:
"card_history" (history rows can't be tombstoned),
"key_chain" (rotation chain can't be torn down via full
delete), "reputation" (reputation aggregates persist).
The opt-in is recorded with the current timestamp and re-published
in the next card. Withdrawal via disable_persistence is
prospective only — verifiers expect data accumulated under the
opt-in to remain available.
Requires a previously-published card on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||