Skip to content

Commit

Permalink
fix(specs): add input in GET tasks (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 18, 2023
1 parent 0ba5614 commit 0ed9eb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/ingestion/common/schemas/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Task:
$ref: './common.yml#/destinationID'
trigger:
$ref: '#/Trigger'
input:
description: The input that holds information specific to the task.
type: object
enabled:
type: boolean
default: true
Expand Down

0 comments on commit 0ed9eb2

Please sign in to comment.