mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
15 lines
413 B
YAML
15 lines
413 B
YAML
type: object
|
|
properties:
|
|
triggerId:
|
|
type: string
|
|
description: Trigger ID
|
|
example: "idn:access-requested"
|
|
input:
|
|
type: object
|
|
example: {"identityId": "201327fda1c44704ac01181e963d463c"}
|
|
description: Trigger input payload. Its schema is defined in the trigger definition.
|
|
contentJson:
|
|
type: object
|
|
example: {"workflowId": 1234}
|
|
description: JSON map of invocation metadata
|