Skip to content

Commit d039c7d

Browse files
authored
feat(javascript): handle run discover type (#2101)
1 parent 4800e86 commit d039c7d

File tree

1 file changed

+1
-1
lines changed
  • specs/ingestion/common/schemas

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RunOutcome:
8080

8181
RunType:
8282
type: string
83-
enum: ['reindex', 'update']
83+
enum: ['reindex', 'update', 'discover']
8484

8585
RunReasonCode:
8686
type: string

0 commit comments

Comments
 (0)