Pair of template and action identifiers used to resolve a template action for an invitation commit.
{ "invitationIdentifier": "...", ... "commits": [ { "commitIdentifier": "...", "actionReference": { "templateIdentifier": "...", "actionIdentifier": "..." } ← this type ... } ... ]} Copy
{ "invitationIdentifier": "...", ... "commits": [ { "commitIdentifier": "...", "actionReference": { "templateIdentifier": "...", "actionIdentifier": "..." } ← this type ... } ... ]}
The action within that template.
The template that defines the action.
Pair of template and action identifiers used to resolve a template action for an invitation commit.