{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CancelAgentRunRequest", "title": "CancelAgentRunRequest", "properties": { "run_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "title": "Run Ids", "description": "Optional list of run IDs to cancel" } }, "type": "object" }