Skip to content
Developer Preview

GoalClearParams

goal/clear params. An objective here is an unknown field and rejects -32602 invalidParams — the bare verbs carry exactly this pair.

  • commandId
  • sessionId
Source

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

{
"description": "`goal/clear` params. An `objective` here is an unknown field\nand rejects `-32602 invalidParams` — the bare verbs carry exactly this\npair.",
"properties": {
"commandId": {
"description": "The idempotency handle (UUIDv7).",
"type": "string"
},
"sessionId": {
"description": "The target session.",
"type": "string"
}
},
"required": [
"commandId",
"sessionId"
],
"type": "object"
}