Files
starter-e2e-mrfepicl/packages/functions/.pikku/schemas/schemas/DeleteAgentThreadInput.schema.json
2026-07-10 22:47:11 +02:00

1 line
214 B
JSON

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