Skip to content

Commit 9ee87f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b4eafc9 commit 9ee87f8

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
@@ -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:
@@ -908,13 +908,13 @@ components:
908908
externalLinks:
909909
type: array
910910
items:
911-
type: string
911+
type: string
912912
input_file_id:
913913
type: string
914914
output_file_id:
915915
type: string
916916
outputPreviewLink:
917-
type: string
917+
type: string
918918
output_formats:
919919
type: array
920920
items:
@@ -926,7 +926,7 @@ components:
926926
taskTimeout:
927927
type: string
928928
showOutputInEmail:
929-
type: boolean
929+
type: boolean
930930
task_runs:
931931
type: array
932932
items:
@@ -1005,13 +1005,13 @@ components:
10051005
externalLinks:
10061006
type: array
10071007
items:
1008-
type: string
1008+
type: string
10091009
input_file_id:
10101010
type: string
10111011
output_file_id:
10121012
type: string
10131013
outputPreviewLink:
1014-
type: string
1014+
type: string
10151015
output_formats:
10161016
type: array
10171017
items:
@@ -1023,7 +1023,7 @@ components:
10231023
taskTimeout:
10241024
type: string
10251025
showOutputInEmail:
1026-
type: boolean
1026+
type: boolean
10271027
task_runs:
10281028
type: array
10291029
items:
@@ -1069,7 +1069,7 @@ components:
10691069
output_formats:
10701070
type: array
10711071
items:
1072-
type: string
1072+
type: string
10731073
runtimeProperties:
10741074
type: object
10751075
additionalProperties:
@@ -1136,7 +1136,7 @@ components:
11361136
kernelSpecVersion:
11371137
type: string
11381138
kernelProfileId:
1139-
type: string
1139+
type: string
11401140
kernelProfileVersion:
11411141
type: string
11421142
namespaceId:
@@ -1164,7 +1164,7 @@ components:
11641164
taskTimeout:
11651165
type: string
11661166
showOutputInEmail:
1167-
type: boolean
1167+
type: boolean
11681168
output_formats:
11691169
type: array
11701170
items:
@@ -1184,17 +1184,17 @@ components:
11841184
input_file_id:
11851185
type: string
11861186
active:
1187-
type: boolean
1187+
type: boolean
11881188
status:
11891189
type: string
11901190
statusMessage:
11911191
type: string
11921192
input_file_path:
1193-
type: string
1193+
type: string
11941194
externalLinks:
11951195
type: array
11961196
items:
1197-
type: string
1197+
type: string
11981198
timezone:
11991199
type: string
12001200
job_definition_id:
@@ -1204,9 +1204,9 @@ components:
12041204
additionalProperties:
12051205
type: string
12061206
version:
1207-
type: string
1207+
type: string
12081208
deploy_time:
1209-
type: integer
1209+
type: integer
12101210
create_time:
12111211
type: integer
12121212
update_time:
@@ -1341,7 +1341,7 @@ components:
13411341
kernelSpecVersion:
13421342
type: string
13431343
kernelProfileId:
1344-
type: string
1344+
type: string
13451345
kernelProfileVersion:
13461346
type: string
13471347
namespaceId:
@@ -1383,7 +1383,7 @@ components:
13831383
lastModifiedAt:
13841384
type: string
13851385
status:
1386-
type: string
1386+
type: string
13871387
statusMessage:
13881388
type: string
13891389
input_file_id:
@@ -1404,7 +1404,7 @@ components:
14041404
kernelSpecVersion:
14051405
type: string
14061406
kernelProfileId:
1407-
type: string
1407+
type: string
14081408
kernelProfileVersion:
14091409
type: string
14101410
status:
@@ -1452,7 +1452,7 @@ components:
14521452
update_time:
14531453
type: string
14541454
status:
1455-
type: string
1455+
type: string
14561456
statusMessage:
14571457
type: string
14581458
input_file_id:

0 commit comments

Comments
 (0)