Skip to content

Commit 7d800f3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5d8fb4c commit 7d800f3

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

api/openapi.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ paths:
300300
content:
301301
application/json:
302302
schema:
303-
$ref: '#/components/schemas/Error'
303+
$ref: '#/components/schemas/Error'
304304

305305
/v2/job_definitions/{job_definition_id}/deploy:
306306
post:
@@ -354,7 +354,7 @@ paths:
354354
in: path
355355
required: true
356356
schema:
357-
type: string
357+
type: string
358358
requestBody:
359359
description: Data for updating the task
360360
required: true
@@ -374,7 +374,7 @@ paths:
374374
content:
375375
application/json:
376376
schema:
377-
$ref: '#/components/schemas/Error'
377+
$ref: '#/components/schemas/Error'
378378
delete:
379379
summary: Delete a specific task from job definition
380380
parameters:
@@ -387,7 +387,7 @@ paths:
387387
in: path
388388
required: true
389389
schema:
390-
type: string
390+
type: string
391391
responses:
392392
'204':
393393
description: Successfully deleted the task from job definition.
@@ -396,7 +396,7 @@ paths:
396396
content:
397397
application/json:
398398
schema:
399-
$ref: '#/components/schemas/Error'
399+
$ref: '#/components/schemas/Error'
400400

401401
/v2/scheduler/jobs:
402402
get:
@@ -423,11 +423,11 @@ paths:
423423
content:
424424
application/json:
425425
schema:
426-
$ref: '#/components/schemas/Error'
426+
$ref: '#/components/schemas/Error'
427427

428428
/v2/scheduler/jobs/{job_id}:
429429
post:
430-
summary: Manual Run a specific job
430+
summary: Manual Run a specific job
431431
parameters:
432432
- name: job_id
433433
in: path
@@ -460,7 +460,7 @@ paths:
460460
content:
461461
application/json:
462462
schema:
463-
$ref: '#/components/schemas/Error'
463+
$ref: '#/components/schemas/Error'
464464

465465
/v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files:
466466
get:
@@ -654,7 +654,7 @@ paths:
654654
$ref: '#/components/schemas/DSFile'
655655
responses:
656656
'201':
657-
description: File created
657+
description: File created
658658

659659
/files/{fileId}:
660660
get:
@@ -868,13 +868,13 @@ components:
868868
externalLinks:
869869
type: array
870870
items:
871-
type: string
871+
type: string
872872
input_file_id:
873873
type: string
874874
output_file_id:
875875
type: string
876876
outputPreviewLink:
877-
type: string
877+
type: string
878878
output_formats:
879879
type: array
880880
items:
@@ -886,7 +886,7 @@ components:
886886
taskTimeout:
887887
type: string
888888
showOutputInEmail:
889-
type: boolean
889+
type: boolean
890890
task_runs:
891891
type: array
892892
items:
@@ -965,13 +965,13 @@ components:
965965
externalLinks:
966966
type: array
967967
items:
968-
type: string
968+
type: string
969969
input_file_id:
970970
type: string
971971
output_file_id:
972972
type: string
973973
outputPreviewLink:
974-
type: string
974+
type: string
975975
output_formats:
976976
type: array
977977
items:
@@ -983,7 +983,7 @@ components:
983983
taskTimeout:
984984
type: string
985985
showOutputInEmail:
986-
type: boolean
986+
type: boolean
987987
task_runs:
988988
type: array
989989
items:
@@ -1029,7 +1029,7 @@ components:
10291029
output_formats:
10301030
type: array
10311031
items:
1032-
type: string
1032+
type: string
10331033
runtimeProperties:
10341034
type: object
10351035
additionalProperties:
@@ -1096,7 +1096,7 @@ components:
10961096
kernelSpecVersion:
10971097
type: string
10981098
kernelProfileId:
1099-
type: string
1099+
type: string
11001100
kernelProfileVersion:
11011101
type: string
11021102
namespaceId:
@@ -1124,7 +1124,7 @@ components:
11241124
taskTimeout:
11251125
type: string
11261126
showOutputInEmail:
1127-
type: boolean
1127+
type: boolean
11281128
output_formats:
11291129
type: array
11301130
items:
@@ -1144,17 +1144,17 @@ components:
11441144
input_file_id:
11451145
type: string
11461146
active:
1147-
type: boolean
1147+
type: boolean
11481148
status:
11491149
type: string
11501150
statusMessage:
11511151
type: string
11521152
input_file_path:
1153-
type: string
1153+
type: string
11541154
externalLinks:
11551155
type: array
11561156
items:
1157-
type: string
1157+
type: string
11581158
timezone:
11591159
type: string
11601160
job_definition_id:
@@ -1164,9 +1164,9 @@ components:
11641164
additionalProperties:
11651165
type: string
11661166
version:
1167-
type: string
1167+
type: string
11681168
deploy_time:
1169-
type: integer
1169+
type: integer
11701170
create_time:
11711171
type: integer
11721172
update_time:
@@ -1301,7 +1301,7 @@ components:
13011301
kernelSpecVersion:
13021302
type: string
13031303
kernelProfileId:
1304-
type: string
1304+
type: string
13051305
kernelProfileVersion:
13061306
type: string
13071307
namespaceId:
@@ -1343,7 +1343,7 @@ components:
13431343
lastModifiedAt:
13441344
type: string
13451345
status:
1346-
type: string
1346+
type: string
13471347
statusMessage:
13481348
type: string
13491349
input_file_id:
@@ -1364,7 +1364,7 @@ components:
13641364
kernelSpecVersion:
13651365
type: string
13661366
kernelProfileId:
1367-
type: string
1367+
type: string
13681368
kernelProfileVersion:
13691369
type: string
13701370
status:
@@ -1412,7 +1412,7 @@ components:
14121412
update_time:
14131413
type: string
14141414
status:
1415-
type: string
1415+
type: string
14161416
statusMessage:
14171417
type: string
14181418
input_file_id:

0 commit comments

Comments
 (0)