Skip to content
Developer Preview

GoalPauseParams

goal/pause params; shape as goal/clear.

  • commandId
  • sessionId
Source

schema/msp/experimental/msp.schema.json#/types/GoalPauseParams

{
"description": "`goal/pause` 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"
}