Skip to content

Commit 0b3a30f

Browse files
committed
reorder inject_into in RequestOption
1 parent 940e1fc commit 0b3a30f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,6 +3424,19 @@ definitions:
34243424
type:
34253425
type: string
34263426
enum: [RequestOption]
3427+
inject_into:
3428+
title: Inject Into
3429+
description: Configures where the descriptor should be set on the HTTP requests. Note that request parameters that are already encoded in the URL path will not be duplicated.
3430+
enum:
3431+
- request_parameter
3432+
- header
3433+
- body_data
3434+
- body_json
3435+
examples:
3436+
- request_parameter
3437+
- header
3438+
- body_data
3439+
- body_json
34273440
field_name:
34283441
title: Field Name
34293442
description: Configures which key should be used in the location that the descriptor is being injected into. We hope to eventually deprecate this field in favor of `field_path` for all request_options, but must currently maintain it for backwards compatibility in the Builder.
@@ -3444,19 +3457,6 @@ definitions:
34443457
interpolation_context:
34453458
- config
34463459
- parameters
3447-
inject_into:
3448-
title: Inject Into
3449-
description: Configures where the descriptor should be set on the HTTP requests. Note that request parameters that are already encoded in the URL path will not be duplicated.
3450-
enum:
3451-
- request_parameter
3452-
- header
3453-
- body_data
3454-
- body_json
3455-
examples:
3456-
- request_parameter
3457-
- header
3458-
- body_data
3459-
- body_json
34603460
Schemas:
34613461
title: Schemas
34623462
description: The stream schemas representing the shape of the data emitted by the stream.

0 commit comments

Comments
 (0)