Skip to content

Commit e01d660

Browse files
committed
feat(tasks): fix spec errors
1 parent 77f2b06 commit e01d660

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

specs/ingestion/common/parameters.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ action:
8686
schema:
8787
type: array
8888
items:
89-
type: string
90-
enum:
91-
- save
92-
- replace
93-
- delete
89+
$ref: './schemas/task.yml#/ActionType'
9490
example: save,replace
9591

9692
destinationIDQueryParam:
@@ -115,9 +111,5 @@ triggerType:
115111
schema:
116112
type: array
117113
items:
118-
type: string
119-
enum:
120-
- on_demand
121-
- schedule
122-
- subscription
114+
$ref: './schemas/task.yml#/TriggerType'
123115
example: on_demand,schedule

0 commit comments

Comments
 (0)