Edit this page

Policy announcements

A Policy announcement contains the announcement name as last part of the topic:

<namespace>/<policyName>/policies/announcements/<announcement-name>

The Ditto Protocol representation of an Announcement is specified as follows:

The following Policy announcements are currently supported:

SubjectDeletionAnnouncement

Announcement indicating that some subjects of a policy are deleted or about to be deleted soon.

Field Value
topic <namespace>/<policyName>/policies/announcements/subjectDeletion
path /
value JsonObject containing
* deleteAt timestamp (as ISO-8601 string)
* subjectIds of policy subjects which will soon be deleted (JsonArray of subjects strings)

Example: Announcement for subject deletion

Tags: protocol