File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ DockerRegistry:
400
400
401
401
DockerImageType :
402
402
type : string
403
- enum : [singer, custom, airbyte]
403
+ enum : [custom, airbyte]
404
404
description : Image type.
405
405
406
406
SourceInput :
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ StreamingInput:
461
461
- mapping
462
462
463
463
DockerStreamsInput :
464
- description : The selected streams of a singer or airbyte connector.
464
+ description : The selected streams of an airbyte connector.
465
465
type : object
466
466
properties :
467
467
streams :
Original file line number Diff line number Diff line change 4
4
summary : Trigger a stream-listing request
5
5
description : |
6
6
Triggers a stream-listing request for a source.
7
- Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer `.
7
+ Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte `.
8
8
operationId : triggerDockerSourceDiscover
9
9
x-acl :
10
10
- addObject
You can’t perform that action at this time.
0 commit comments