Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ definitions:
description: List of transformations (path and corresponding value) that will be added to the record.
type: array
items:
- "$ref": "#/definitions/AddedFieldDefinition"
"$ref": "#/definitions/AddedFieldDefinition"
$parameters:
type: object
additionalProperties: true
Expand Down Expand Up @@ -1657,7 +1657,7 @@ definitions:
description: List of potentially nested fields describing the full path of the field to extract. Use "*" to extract all values from an array. See more info in the [docs](https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/record-selector).
type: array
items:
- type: string
type: string
interpolation_context:
- config
examples:
Expand Down Expand Up @@ -2073,29 +2073,29 @@ definitions:
type: array
default: []
items:
- type: string
type: string
interpolation_context:
- config
key_pointer:
title: Key Path
description: List of potentially nested fields describing the full path of the field key to extract.
type: array
items:
- type: string
type: string
interpolation_context:
- config
type_pointer:
title: Type Path
description: List of potentially nested fields describing the full path of the field type to extract.
type: array
items:
- type: string
type: string
interpolation_context:
- config
types_mapping:
type: array
items:
- "$ref": "#/definitions/TypesMap"
"$ref": "#/definitions/TypesMap"
$parameters:
type: object
additionalProperties: true
Expand Down Expand Up @@ -2251,7 +2251,7 @@ definitions:
description: A path to field that needs to be flattened.
type: array
items:
- type: string
type: string
examples:
- ["data"]
- ["data", "*", "field"]
Expand Down Expand Up @@ -3526,7 +3526,7 @@ definitions:
description: A list of potentially nested fields indicating the full path where value will be added or updated.
type: array
items:
- type: string
type: string
interpolation_context:
- config
- components_values
Expand Down Expand Up @@ -3602,7 +3602,7 @@ definitions:
description: A list of potentially nested fields indicating the full path in source config file where streams configs located.
type: array
items:
- type: string
type: string
interpolation_context:
- parameters
examples:
Expand Down
Loading