@@ -342,7 +342,7 @@ paths:
342342 content :
343343 application/json :
344344 schema :
345- $ref : ' #/components/schemas/Error'
345+ $ref : ' #/components/schemas/Error'
346346
347347 /v2/job_definitions/{job_definition_id}/deploy :
348348 post :
@@ -396,7 +396,7 @@ paths:
396396 in : path
397397 required : true
398398 schema :
399- type : string
399+ type : string
400400 requestBody :
401401 description : Data for updating the task
402402 required : true
@@ -416,7 +416,7 @@ paths:
416416 content :
417417 application/json :
418418 schema :
419- $ref : ' #/components/schemas/Error'
419+ $ref : ' #/components/schemas/Error'
420420 delete :
421421 summary : Delete a specific task from job definition
422422 parameters :
@@ -429,7 +429,7 @@ paths:
429429 in : path
430430 required : true
431431 schema :
432- type : string
432+ type : string
433433 responses :
434434 ' 204 ' :
435435 description : Successfully deleted the task from job definition.
@@ -438,7 +438,7 @@ paths:
438438 content :
439439 application/json :
440440 schema :
441- $ref : ' #/components/schemas/Error'
441+ $ref : ' #/components/schemas/Error'
442442
443443 /v2/scheduler/jobs :
444444 get :
@@ -465,11 +465,11 @@ paths:
465465 content :
466466 application/json :
467467 schema :
468- $ref : ' #/components/schemas/Error'
468+ $ref : ' #/components/schemas/Error'
469469
470470 /v2/scheduler/jobs/{job_id} :
471471 post :
472- summary : Manual Run a specific job
472+ summary : Manual Run a specific job
473473 parameters :
474474 - name : job_id
475475 in : path
@@ -502,7 +502,7 @@ paths:
502502 content :
503503 application/json :
504504 schema :
505- $ref : ' #/components/schemas/Error'
505+ $ref : ' #/components/schemas/Error'
506506
507507 /v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files :
508508 get :
@@ -695,7 +695,7 @@ paths:
695695 $ref : ' #/components/schemas/DSFile'
696696 responses :
697697 ' 201 ' :
698- description : File created
698+ description : File created
699699
700700 /files/{fileId} :
701701 get :
@@ -906,13 +906,13 @@ components:
906906 externalLinks :
907907 type : array
908908 items :
909- type : string
909+ type : string
910910 input_file_id :
911911 type : string
912912 output_file_id :
913913 type : string
914914 outputPreviewLink :
915- type : string
915+ type : string
916916 output_formats :
917917 type : array
918918 items :
@@ -924,7 +924,7 @@ components:
924924 taskTimeout :
925925 type : string
926926 showOutputInEmail :
927- type : boolean
927+ type : boolean
928928 task_runs :
929929 type : array
930930 items :
@@ -1001,13 +1001,13 @@ components:
10011001 externalLinks :
10021002 type : array
10031003 items :
1004- type : string
1004+ type : string
10051005 input_file_id :
10061006 type : string
10071007 output_file_id :
10081008 type : string
10091009 outputPreviewLink :
1010- type : string
1010+ type : string
10111011 output_formats :
10121012 type : array
10131013 items :
@@ -1019,7 +1019,7 @@ components:
10191019 taskTimeout :
10201020 type : string
10211021 showOutputInEmail :
1022- type : boolean
1022+ type : boolean
10231023 task_runs :
10241024 type : array
10251025 items :
@@ -1065,7 +1065,7 @@ components:
10651065 output_formats :
10661066 type : array
10671067 items :
1068- type : string
1068+ type : string
10691069 runtimeProperties :
10701070 type : object
10711071 additionalProperties :
@@ -1130,7 +1130,7 @@ components:
11301130 kernelSpecVersion :
11311131 type : string
11321132 kernelProfileId :
1133- type : string
1133+ type : string
11341134 kernelProfileVersion :
11351135 type : string
11361136 namespaceId :
@@ -1158,7 +1158,7 @@ components:
11581158 taskTimeout :
11591159 type : string
11601160 showOutputInEmail :
1161- type : boolean
1161+ type : boolean
11621162 output_formats :
11631163 type : array
11641164 items :
@@ -1176,13 +1176,13 @@ components:
11761176 input_file_id :
11771177 type : string
11781178 active :
1179- type : boolean
1179+ type : boolean
11801180 status :
11811181 type : string
11821182 statusMessage :
11831183 type : string
11841184 input_file_path :
1185- type : string
1185+ type : string
11861186 externalLinks :
11871187 type : array
11881188 items :
@@ -1194,9 +1194,9 @@ components:
11941194 additionalProperties :
11951195 type : string
11961196 version :
1197- type : string
1197+ type : string
11981198 deploy_time :
1199- type : integer
1199+ type : integer
12001200 create_time :
12011201 type : integer
12021202 update_time :
@@ -1299,7 +1299,7 @@ components:
12991299 kernelSpecVersion :
13001300 type : string
13011301 kernelProfileId :
1302- type : string
1302+ type : string
13031303 kernelProfileVersion :
13041304 type : string
13051305 namespaceId :
@@ -1341,7 +1341,7 @@ components:
13411341 lastModifiedAt :
13421342 type : string
13431343 status :
1344- type : string
1344+ type : string
13451345 statusMessage :
13461346 type : string
13471347 input_file_id :
@@ -1362,7 +1362,7 @@ components:
13621362 kernelSpecVersion :
13631363 type : string
13641364 kernelProfileId :
1365- type : string
1365+ type : string
13661366 kernelProfileVersion :
13671367 type : string
13681368 status :
0 commit comments