Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update product_tags.yaml #10175

Merged
merged 1 commit into from
Apr 30, 2024
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
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
Loading