Automated commit by github action: 4597543518

This commit is contained in:
GitHub Action Bot
2023-04-03 13:57:24 +00:00
parent fd62297814
commit e13ac422e7
3 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ properties:
description: One or more inputs that the action accepts description: One or more inputs that the action accepts
items: items:
$ref: './WorkflowLibraryFormFields.yaml' $ref: './WorkflowLibraryFormFields.yaml'
isDynamicSchema:
type: boolean
description: Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
example: false
outputSchema: outputSchema:
type: object type: object
description: Defines the output schema, if any, that this action produces. description: Defines the output schema, if any, that this action produces.

View File

@@ -27,4 +27,18 @@ properties:
- number - number
- json - json
- checkbox - checkbox
- jsonpath
- select
- multiType
- duration
- toggle
- identityPicker
- governanceGroupPicker
- string
- number
- object
- array
- secret
- url
- keyValuePairs
example: text example: text

View File

@@ -20,6 +20,10 @@ properties:
type: string type: string
description: Trigger Description description: Trigger Description
example: One or more identity attributes changed. example: One or more identity attributes changed.
isDynamicSchema:
type: boolean
description: Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
example: false
inputExample: inputExample:
type: object type: object
description: Example trigger payload if applicable description: Example trigger payload if applicable