From d48e2f6243ebff64e8c20464b5fabd5558311d09 Mon Sep 17 00:00:00 2001 From: Damien Couchez Date: Tue, 27 Feb 2024 13:50:07 +0100 Subject: [PATCH] fix(specs): add missing attributes for CT Source update (#2792) --- specs/ingestion/common/schemas/source.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specs/ingestion/common/schemas/source.yml b/specs/ingestion/common/schemas/source.yml index bba2851439..03bbc97f99 100644 --- a/specs/ingestion/common/schemas/source.yml +++ b/specs/ingestion/common/schemas/source.yml @@ -373,6 +373,12 @@ SourceUpdateCommercetools: Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example ["fr-FR", "en"]. items: type: string + url: + type: string + fallbackIsInStockValue: + type: boolean + description: > + Determines the value that will be stored in the Algolia record if there's no inventory information on the product. customFields: $ref: '#/CommercetoolsCustomFields'