Skip to content

Commit

Permalink
feat(tasks): fix spec errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Jan 13, 2023
1 parent d6ad1ad commit 8bea5ff
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions specs/ingestion/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ action:
schema:
type: array
items:
type: string
enum:
- save
- replace
- delete
$ref: './schemas/task.yml#/ActionType'
example: save,replace

destinationIDQueryParam:
Expand All @@ -115,9 +111,5 @@ triggerType:
schema:
type: array
items:
type: string
enum:
- on_demand
- schedule
- subscription
$ref: './schemas/task.yml#/TriggerType'
example: on_demand,schedule

0 comments on commit 8bea5ff

Please sign in to comment.