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:
400400
401401DockerImageType :
402402 type : string
403- enum : [singer, custom, airbyte]
403+ enum : [custom, airbyte]
404404 description : Image type.
405405
406406SourceInput :
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ StreamingInput:
461461 - mapping
462462
463463DockerStreamsInput :
464- description : The selected streams of a singer or airbyte connector.
464+ description : The selected streams of an airbyte connector.
465465 type : object
466466 properties :
467467 streams :
Original file line number Diff line number Diff line change 44 summary : Trigger a stream-listing request
55 description : |
66 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 `.
88 operationId : triggerDockerSourceDiscover
99 x-acl :
1010 - addObject
You can’t perform that action at this time.
0 commit comments