Skip to content

Commit

Permalink
update local openapi as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Sep 8, 2022
1 parent 9579061 commit ac0fd1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/openapi2jsonschema/examples/airbyte.local/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2071,6 +2071,9 @@ components:
items:
$ref: "#/components/schemas/JobConfigType"
type: array
includingJobId:
description: If the job with this ID exists for the specified connection, returns all jobs created after and including this job, or the full pagination pagesize if that list is smaller than a page. Otherwise, this field is ignored.
$ref: "#/components/schemas/JobId"
pagination:
$ref: "#/components/schemas/Pagination"
type: object
Expand Down Expand Up @@ -2108,8 +2111,13 @@ components:
items:
$ref: "#/components/schemas/JobWithAttemptsRead"
type: array
totalJobCount:
description: the total count of jobs for the specified connection
type: integer
format: int64
required:
- jobs
- totalCount
type: object
JobStatus:
enum:
Expand Down

0 comments on commit ac0fd1c

Please sign in to comment.