Skip to content

Commit 9db3eaf

Browse files
committed
DataOutputSchema addition
This adds possibility of validation workflow output in a similar way that is already done for workflow input See issue #611 Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
1 parent c79e837 commit 9db3eaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,9 +1867,9 @@ a starting [Event state](#Event-state), it is not used to validate its event pay
18671867

18681868
The `dataOutputSchema` property validates the [Workflow data output](#workflow-data-output). Validation should be performed when the process is finished.
18691869

1870-
Both properties can be expressed as object or string types.
1870+
Both properties can be expressed as object or string type.
18711871

1872-
If it is an object type, their `schema` property can be an URI, which points to the JSON schema used to validate the workflow data input, or it can be the JSON schema object. Their `failOnValidationErrors` property determines if workflow execution should continue in case of validation errors. The default value of `failOnValidationErrors` is `true`.
1872+
If using object type, their `schema` property might be an URI, which points to the JSON schema used to validate the workflow data input, or it might be the JSON schema object. Their `failOnValidationErrors` property determines if workflow execution should continue in case of validation errors. The default value of `failOnValidationErrors` is `true`.
18731873

18741874
Example for Json schema reference
18751875

0 commit comments

Comments
 (0)