ApprovalResolutionSummary
Winning terminal returned to a losing approval/decide command.
Fields and variants
Section titled “Fields and variants”decisionresolvedByviewCursor
Source
schema/msp/experimental/msp.schema.json#/types/ApprovalResolutionSummary
{ "description": "Winning terminal returned to a losing `approval/decide` command.", "properties": { "decision": { "type": "string" }, "resolvedBy": { "type": "string" }, "viewCursor": { "type": "string" } }, "required": [ "decision", "resolvedBy", "viewCursor" ], "type": "object"}