Skip to content

Commit a48742c

Browse files
committed
reorder inject_into in RequestOption
1 parent 1733ec3 commit a48742c

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
@@ -3418,6 +3418,19 @@ definitions:
34183418
type:
34193419
type: string
34203420
enum: [RequestOption]
3421+
inject_into:
3422+
title: Inject Into
3423+
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.
3424+
enum:
3425+
- request_parameter
3426+
- header
3427+
- body_data
3428+
- body_json
3429+
examples:
3430+
- request_parameter
3431+
- header
3432+
- body_data
3433+
- body_json
34213434
field_name:
34223435
title: Field Name
34233436
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.
@@ -3438,19 +3451,6 @@ definitions:
34383451
interpolation_context:
34393452
- config
34403453
- parameters
3441-
inject_into:
3442-
title: Inject Into
3443-
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.
3444-
enum:
3445-
- request_parameter
3446-
- header
3447-
- body_data
3448-
- body_json
3449-
examples:
3450-
- request_parameter
3451-
- header
3452-
- body_data
3453-
- body_json
34543454
Schemas:
34553455
title: Schemas
34563456
description: The stream schemas representing the shape of the data emitted by the stream.

0 commit comments

Comments
 (0)