Skip to content

Commit

Permalink
docs: Update product_tags.yaml (#10175)
Browse files Browse the repository at this point in the history
doc: Update product_tags.yaml
  • Loading branch information
teolemon authored Apr 30, 2024
1 parent 767c7c4 commit dff7475
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/api/ref/schemas/product_tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,6 +20,7 @@ properties:
type: string
categories_lc:
type: string
description: Categories language code
categories_tags:
type: array
items:
Expand All @@ -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:
Expand All @@ -48,6 +52,7 @@ properties:
type: string
countries_lc:
type: string
description: Countries language code
countries_tags:
type: array
items:
Expand All @@ -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
Expand Down Expand Up @@ -111,4 +116,4 @@ properties:
nutrient_levels_tags:
type: array
items:
type: string
type: string

0 comments on commit dff7475

Please sign in to comment.