Skip to content

Commit

Permalink
docs: small improvement to eco score api ref (#9691)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored Jan 25, 2024
1 parent 7b617de commit 905cbbd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/api/ref/schemas/product_ecoscore.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
type: object
description: Fields related to Eco-Score for a product
description: |
Fields related to Eco-Score for a product.
See also: `ecoscore_score`, `ecoscore_grade` and `ecoscore_tags`.
properties:
ecoscore_data:
type: object
description: |
An object about a lot of details about data needed for nutriscore computation
An object about a lot of details about data needed for Eco-Score computation
and complementary data of interest.
properties:
adjustments:
Expand Down Expand Up @@ -139,4 +143,4 @@ properties:
environment_impact_level_tags:
type: array
items:
type: object
type: object

0 comments on commit 905cbbd

Please sign in to comment.