Files
api-specs/idn/beta/schemas/CompleteInvocationInput.yaml
2022-09-02 10:59:29 -04:00

9 lines
251 B
YAML

type: object
properties:
localizedError:
$ref: './LocalizedMessage.yaml'
output:
type: object
example: {"approved": false}
description: Trigger output that completed the invocation. Its schema is defined in the trigger definition.