forked from rhdhorchestrator/serverless-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust MTV assessment to new results schema
FLPATH-1734 https://issues.redhat.com/browse/FLPATH-1734 Signed-off-by: Yaron Dayagi <[email protected]>
- Loading branch information
1 parent
968ab06
commit f1cf821
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "WorkflowResult", | ||
"description": "Schema of workflow output", | ||
"type": "object", | ||
"properties": { | ||
"result": { | ||
"$ref": "../shared/schemas/workflow-result-schema.json", | ||
"type": "object" | ||
} | ||
} | ||
} |