Notification Action Result v1¶
Source schema: doc/schemas/notification-action-result.v1.schema.json
Result returned after a notification action submission.
Governing Basis¶
Project Lineage¶
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: notification-action-result.v1 |
|
status |
yes |
enum: accepted, action-no-longer-available, action-target-not-implemented, version-conflict, replay-rejected, invalid-input |
|
notification/id |
yes |
string | |
action/id |
yes |
string | |
actor/id |
no |
string | |
actor/class |
no |
enum: operator, participant, pod-user, http-module, in-process-module, node, org |
|
action/submission-id |
no |
string | |
version |
no |
integer | |
reason/code |
no |
string | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
notification-action-result.v1
status¶
- Required:
yes - Shape: enum:
accepted,action-no-longer-available,action-target-not-implemented,version-conflict,replay-rejected,invalid-input
notification/id¶
- Required:
yes - Shape: string
action/id¶
- Required:
yes - Shape: string
actor/id¶
- Required:
no - Shape: string
actor/class¶
- Required:
no - Shape: enum:
operator,participant,pod-user,http-module,in-process-module,node,org
action/submission-id¶
- Required:
no - Shape: string
version¶
- Required:
no - Shape: integer
reason/code¶
- Required:
no - Shape: string