Skip to content
Open
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
8 changes: 8 additions & 0 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ SourceCommercetools:
type: string
description: |
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
useImagesObjects:
type: boolean
description: >
When set to true, the connector indexes objects with all images attributes instead of only the URLs.
customFields:
$ref: '#/CommercetoolsCustomFields'
required:
Expand Down Expand Up @@ -423,6 +427,10 @@ SourceUpdateCommercetools:
type: string
description: |
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
useImagesObjects:
type: boolean
description: >
When set to true, the connector indexes objects with all images attributes instead of only the URLs.
customFields:
$ref: '#/CommercetoolsCustomFields'

Expand Down
Loading