mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
9 lines
251 B
YAML
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.
|