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 Jul 1, 2024
1 parent 7af10dc commit 70c342a
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 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 @@ -906,13 +906,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 @@ -924,7 +924,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
task_runs:
type: array
items:
Expand Down Expand Up @@ -1001,13 +1001,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 @@ -1019,7 +1019,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
task_runs:
type: array
items:
Expand Down Expand Up @@ -1065,7 +1065,7 @@ components:
output_formats:
type: array
items:
type: string
type: string
runtimeProperties:
type: object
additionalProperties:
Expand Down Expand Up @@ -1130,7 +1130,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
namespaceId:
Expand Down Expand Up @@ -1158,7 +1158,7 @@ components:
taskTimeout:
type: string
showOutputInEmail:
type: boolean
type: boolean
output_formats:
type: array
items:
Expand All @@ -1176,13 +1176,13 @@ 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:
Expand All @@ -1194,9 +1194,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 @@ -1299,7 +1299,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
namespaceId:
Expand Down Expand Up @@ -1341,7 +1341,7 @@ components:
lastModifiedAt:
type: string
status:
type: string
type: string
statusMessage:
type: string
input_file_id:
Expand All @@ -1362,7 +1362,7 @@ components:
kernelSpecVersion:
type: string
kernelProfileId:
type: string
type: string
kernelProfileVersion:
type: string
status:
Expand Down

0 comments on commit 70c342a

Please sign in to comment.