Skip to content

Commit 3f09ed6

Browse files
committed
mark more fields linkable
1 parent 25c35df commit 3f09ed6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,7 @@ definitions:
15121512
incremental_sync:
15131513
title: Incremental Sync
15141514
description: Component used to fetch data incrementally based on a time field in the data.
1515+
linkable: true
15151516
anyOf:
15161517
- "$ref": "#/definitions/DatetimeBasedCursor"
15171518
- "$ref": "#/definitions/IncrementingCountCursor"
@@ -1544,6 +1545,7 @@ definitions:
15441545
transformations:
15451546
title: Transformations
15461547
description: A list of transformations to be applied to each output record.
1548+
linkable: true
15471549
type: array
15481550
items:
15491551
anyOf:
@@ -1567,6 +1569,7 @@ definitions:
15671569
file_uploader:
15681570
title: File Uploader
15691571
description: (experimental) Describes how to fetch a file
1572+
linkable: true
15701573
type: object
15711574
required:
15721575
- type
@@ -2129,6 +2132,7 @@ definitions:
21292132
request_parameters:
21302133
title: Query Parameters
21312134
description: Specifies the query parameters that should be set on an outgoing HTTP request given the inputs.
2135+
linkable: true
21322136
anyOf:
21332137
- type: object
21342138
title: Key/Value Pairs
@@ -2151,6 +2155,7 @@ definitions:
21512155
request_headers:
21522156
title: Request Headers
21532157
description: Return any non-auth headers. Authentication headers will overwrite any overlapping headers returned from this method.
2158+
linkable: true
21542159
anyOf:
21552160
- type: object
21562161
title: Key/Value Pairs
@@ -2210,6 +2215,7 @@ definitions:
22102215
request_body:
22112216
title: Request Body
22122217
description: Specifies how to populate the body of the request with a payload. Can contain nested objects.
2218+
linkable: true
22132219
anyOf:
22142220
- "$ref": "#/definitions/RequestBodyPlainText"
22152221
- "$ref": "#/definitions/RequestBodyUrlEncodedForm"
@@ -2223,6 +2229,7 @@ definitions:
22232229
error_handler:
22242230
title: Error Handler
22252231
description: Error handler component that defines how to handle errors.
2232+
linkable: true
22262233
anyOf:
22272234
- "$ref": "#/definitions/DefaultErrorHandler"
22282235
- "$ref": "#/definitions/CompositeErrorHandler"
@@ -3662,9 +3669,11 @@ definitions:
36623669
- "$ref": "#/definitions/CustomDecoder"
36633670
record_selector:
36643671
description: Component that describes how to extract records from a HTTP response.
3672+
linkable: true
36653673
"$ref": "#/definitions/RecordSelector"
36663674
paginator:
36673675
description: Paginator component that describes how to navigate through the API's pages.
3676+
linkable: true
36683677
anyOf:
36693678
- "$ref": "#/definitions/DefaultPaginator"
36703679
- "$ref": "#/definitions/NoPagination"
@@ -3675,6 +3684,7 @@ definitions:
36753684
partition_router:
36763685
title: Partition Router
36773686
description: Used to iteratively execute requests over a set of values, such as a parent stream's records or a list of constant values.
3687+
linkable: true
36783688
anyOf:
36793689
- "$ref": "#/definitions/SubstreamPartitionRouter"
36803690
- "$ref": "#/definitions/ListPartitionRouter"

0 commit comments

Comments
 (0)