OBJECT
type Action {# The name of the actionname: String # The original set of parameters sent when the action was requestedparameters: [KeyValue] # `true` or `false`, depending on the action's successsuccess: Boolean # Account requesting the actioncaller: Caller # When the action finishedtime: String }