Files
server-serverless-e2e-mqxnonff/packages/functions/.pikku/schemas/schemas/AgentApproveCallerInput.schema.json
2026-06-28 12:38:36 +02:00

1 line
428 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"agentName":{"type":"string"},"runId":{"type":"string"},"approvals":{"type":"array","items":{"type":"object","properties":{"toolCallId":{"type":"string"},"approved":{"type":"boolean"}},"required":["toolCallId","approved"],"additionalProperties":false}}},"required":["agentName","runId","approvals"],"additionalProperties":false,"definitions":{}}