Skip to content

Commit 5ca7aa0

Browse files
committed
feat(specs): add a reason string to the run object
1 parent e0b0ba3 commit 5ca7aa0

File tree

1 file changed

+3
-0
lines changed
  • specs/ingestion/common/schemas

1 file changed

+3
-0
lines changed

specs/ingestion/common/schemas/run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Run:
4747
type: integer
4848
outcome:
4949
$ref: '#/RunOutcome'
50+
reason:
51+
type: string
52+
description: 'Explains the result of outcome.'
5053
type:
5154
$ref: '#/RunType'
5255
createdAt:

0 commit comments

Comments
 (0)