From 265b1eaee44a9daeb049c273a4e3362b8296840d Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Thu, 25 Apr 2024 19:29:20 +0200 Subject: [PATCH] doc: Update product_tags.yaml --- docs/api/ref/schemas/product_tags.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/api/ref/schemas/product_tags.yaml b/docs/api/ref/schemas/product_tags.yaml index 8eb49070d429c..314b51e4a5a30 100644 --- a/docs/api/ref/schemas/product_tags.yaml +++ b/docs/api/ref/schemas/product_tags.yaml @@ -5,10 +5,12 @@ properties: brands: type: string + description: List of brands (not taxonomized) brands_tags: type: array items: type: string + description: List of brands (tags, not taxonomized) categories: type: string @@ -18,6 +20,7 @@ properties: type: string categories_lc: type: string + description: Categories language code categories_tags: type: array items: @@ -27,6 +30,7 @@ properties: type: array items: type: string + description: List of checkers (users who checked the product) tags cities: type: string cities_tags: @@ -48,6 +52,7 @@ properties: type: string countries_lc: type: string + description: Countries language code countries_tags: type: array items: @@ -65,7 +70,7 @@ properties: emb_codes: type: string description: | - Packager code. + Packager code. EMB is the French system of traceability codes for packager. example: EMB 2013330 emb_codes_orig: type: string @@ -111,4 +116,4 @@ properties: nutrient_levels_tags: type: array items: - type: string \ No newline at end of file + type: string