GoalResumeParams
goal/resume params; shape as goal/clear.
Fields and variants
Section titled “Fields and variants”commandIdsessionId
Source
schema/msp/experimental/msp.schema.json#/types/GoalResumeParams
{ "description": "`goal/resume` params; shape as `goal/clear`.", "properties": { "commandId": { "description": "The idempotency handle (UUIDv7).", "type": "string" }, "sessionId": { "description": "The target session.", "type": "string" } }, "required": [ "commandId", "sessionId" ], "type": "object"}