The spec allows putting arbitrary key-value fields into the action assertions (given by parameters-common-map-v2):
; NOTE: an earlier version of this specification also included an "actors" field, however this was removed in version 2.0.
action-item-map-v2 = {
"action": $action-choice , ; the type of action
action-common-map-v2, ; now additional common items
? "when": tdate, ; time-stamp of when the action occurred.
? "changes": [1* region-map], ; A list of the regions of interest of the resource that were changed. If not present, presumed to be undefined.
? "related": [1* action-item-map-v2], ; List of related actions
? "reason": $action-reason, ; the reason why this action was performed, required when the action is c2pa.redacted
? "parameters": parameters-map-v2 ; Additional parameters of the action. These will often vary by the type of action
}
parameters-common-map-v2 = ( * tstr => any )
Is the verify site capable of displaying this information?
Thank you.