enable_persistence
Opt into non-erasure persistence for selected data categories, ensuring your records remain available and verifiable.
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 | |||