Skip to content

Commit

Permalink
TSPS-380 Set required response fields to aid in CLI type checking (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor authored Feb 12, 2025
1 parent 7ac1eed commit 6962254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ components:
GetPipelinesResult:
description: result of a getPipelines request
type: object
required: [ results ]
properties:
results:
description: List of retrieved pipelines
Expand Down Expand Up @@ -910,6 +911,7 @@ components:
PreparePipelineRunResponse:
description: Result of the preparePipelineRun request, containing signed URLs to upload input files
type: object
required: [ jobId, fileInputUploadUrls ]
properties:
jobId:
$ref: '#/components/schemas/Id'
Expand Down

0 comments on commit 6962254

Please sign in to comment.