Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 28, 2024
1 parent b4eafc9 commit 9ee87f8
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/Error'

/v2/job_definitions/{job_definition_id}/deploy:
post:
Expand Down Expand Up @@ -396,7 +396,7 @@ paths:
in: path
required: true
schema:
type: string
type: string
requestBody:
description: Data for updating the task
required: true
Expand All @@ -416,7 +416,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/Error'
delete:
summary: Delete a specific task from job definition
parameters:
Expand All @@ -429,7 +429,7 @@ paths:
in: path
required: true
schema:
type: string
type: string
responses:
'204':
description: Successfully deleted the task from job definition.
Expand All @@ -438,7 +438,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/Error'

/v2/scheduler/jobs:
get:
Expand All @@ -465,11 +465,11 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/Error'

/v2/scheduler/jobs/{job_id}:
post:
summary: Manual Run a specific job
summary: Manual Run a specific job
parameters:
- name: job_id
in: path
Expand Down Expand Up @@ -502,7 +502,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
$ref: '#/components/schemas/Error'

/v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files:
get:
Expand Down Expand Up @@ -695,7 +695,7 @@ paths:
$ref: '#/components/schemas/DSFile'
responses:
'201':
description: File created
description: File created

/files/{fileId}:
get:
Expand Down Expand Up @@ -908,13 +908,13 @@ components:
externalLinks:
type: array
items:
type: string
type: string
input_file_id:
type: string
output_file_id:
type: string
outputPreviewLink:
type: string
type: string
output_formats:
type: array
items:
Expand All @@ -926,7 +926,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
task_runs:
type: array
items:
Expand Down Expand Up @@ -1005,13 +1005,13 @@ components:
externalLinks:
type: array
items:
type: string
type: string
input_file_id:
type: string
output_file_id:
type: string
outputPreviewLink:
type: string
type: string
output_formats:
type: array
items:
Expand All @@ -1023,7 +1023,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
task_runs:
type: array
items:
Expand Down Expand Up @@ -1069,7 +1069,7 @@ components:
output_formats:
type: array
items:
type: string
type: string
runtimeProperties:
type: object
additionalProperties:
Expand Down Expand Up @@ -1136,7 +1136,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
namespaceId:
Expand Down Expand Up @@ -1164,7 +1164,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
output_formats:
type: array
items:
Expand All @@ -1184,17 +1184,17 @@ components:
input_file_id:
type: string
active:
type: boolean
type: boolean
status:
type: string
statusMessage:
type: string
input_file_path:
type: string
type: string
externalLinks:
type: array
items:
type: string
type: string
timezone:
type: string
job_definition_id:
Expand All @@ -1204,9 +1204,9 @@ components:
additionalProperties:
type: string
version:
type: string
type: string
deploy_time:
type: integer
type: integer
create_time:
type: integer
update_time:
Expand Down Expand Up @@ -1341,7 +1341,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
namespaceId:
Expand Down Expand Up @@ -1383,7 +1383,7 @@ components:
lastModifiedAt:
type: string
status:
type: string
type: string
statusMessage:
type: string
input_file_id:
Expand All @@ -1404,7 +1404,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
status:
Expand Down Expand Up @@ -1452,7 +1452,7 @@ components:
update_time:
type: string
status:
type: string
type: string
statusMessage:
type: string
input_file_id:
Expand Down

0 comments on commit 9ee87f8

Please sign in to comment.