We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
product_quality.yaml
The product.yaml file uses the following components, among others:
product.yaml
allOf: - $ref: "../api.yml#/components/schemas/Product-Data-Quality" - $ref: "../api.yml#/components/schemas/Product-Knowledge-Panels"
The api.yml file defines the following components (among others):
api.yml
components: schemas: "Product-Quality": $ref: ./schemas/product_quality.yaml "Product-Data-Quality": $ref: ./schemas/product_knowledge_panels.yaml "Product-Knowledge-Panels": $ref: ./schemas/product_knowledge_panels.yaml
It seems there was a copy-paste-fail error.
There are two possible fixes:
(1) product.yaml should refer to Product-Quality instead of Product-Data-Quality and in api.yml the component Product-Data-Quality should be removed
Product-Quality
Product-Data-Quality
(2) in api.yml, the component Product-Data-Quality should point to file product_quality.yaml
The text was updated successfully, but these errors were encountered:
Include the data quality attributes. See openfoodfacts/openfoodfacts-…
8b51f69
…server#11275
No branches or pull requests
The
product.yaml
file uses the following components, among others:The
api.yml
file defines the following components (among others):It seems there was a copy-paste-fail error.
There are two possible fixes:
(1)
product.yaml
should refer toProduct-Quality
instead ofProduct-Data-Quality
and in
api.yml
the componentProduct-Data-Quality
should be removed(2) in
api.yml
, the componentProduct-Data-Quality
should point to fileproduct_quality.yaml
The text was updated successfully, but these errors were encountered: