Files
server-serverless-e2e-mqy16wo2/packages/functions/.pikku/schemas/schemas/AgentCallerInput.schema.json
2026-06-28 18:56:43 +02:00

1 line
307 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"agentName":{"type":"string"},"message":{"type":"string"},"threadId":{"type":"string"},"resourceId":{"type":"string"}},"required":["agentName","message","threadId","resourceId"],"additionalProperties":false,"definitions":{}}