Skip to content

Commit ae0e8aa

Browse files
authored
chore: regenerate manifest-server openapi spec (#750)
1 parent f946d41 commit ae0e8aa

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

airbyte_cdk/manifest_server/openapi.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ components:
296296
$ref: '#/components/schemas/Manifest'
297297
config:
298298
$ref: '#/components/schemas/ConnectorConfig'
299+
context:
300+
anyOf:
301+
- $ref: '#/components/schemas/RequestContext'
302+
- type: 'null'
299303
type: object
300304
required:
301305
- manifest
@@ -330,6 +334,10 @@ components:
330334
$ref: '#/components/schemas/Manifest'
331335
config:
332336
$ref: '#/components/schemas/ConnectorConfig'
337+
context:
338+
anyOf:
339+
- $ref: '#/components/schemas/RequestContext'
340+
- type: 'null'
333341
type: object
334342
required:
335343
- manifest
@@ -357,6 +365,10 @@ components:
357365
minimum: 1.0
358366
title: Stream Limit
359367
default: 100
368+
context:
369+
anyOf:
370+
- $ref: '#/components/schemas/RequestContext'
371+
- type: 'null'
360372
type: object
361373
required:
362374
- manifest
@@ -457,10 +469,29 @@ components:
457469
- manifest
458470
title: ManifestResponse
459471
description: Response containing a manifest.
472+
RequestContext:
473+
properties:
474+
workspace_id:
475+
anyOf:
476+
- type: string
477+
- type: 'null'
478+
title: Workspace Id
479+
project_id:
480+
anyOf:
481+
- type: string
482+
- type: 'null'
483+
title: Project Id
484+
type: object
485+
title: RequestContext
486+
description: Optional context information for tracing and observability.
460487
ResolveRequest:
461488
properties:
462489
manifest:
463490
$ref: '#/components/schemas/Manifest'
491+
context:
492+
anyOf:
493+
- $ref: '#/components/schemas/RequestContext'
494+
- type: 'null'
464495
type: object
465496
required:
466497
- manifest
@@ -542,6 +573,7 @@ components:
542573
title: Pages
543574
slice_descriptor:
544575
anyOf:
576+
- type: object
545577
- type: string
546578
- type: 'null'
547579
title: Slice Descriptor
@@ -601,6 +633,10 @@ components:
601633
minimum: 1.0
602634
title: Slice Limit
603635
default: 5
636+
context:
637+
anyOf:
638+
- $ref: '#/components/schemas/RequestContext'
639+
- type: 'null'
604640
type: object
605641
required:
606642
- manifest

0 commit comments

Comments
 (0)