Files
starter-e2e-mrf9dd3o/packages/functions/.pikku/schemas/schemas/WorkflowStatusCheckerInput.schema.json
2026-07-10 20:17:46 +02:00

1 line
225 B
JSON

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