Skip to content

Commit

Permalink
fix: invalid type in product_misc.yaml (#10787)
Browse files Browse the repository at this point in the history
"string." is not a valid JSON type.
  • Loading branch information
that1 authored Sep 13, 2024
1 parent 2757699 commit 21920a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ref/schemas/product_misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ properties:
type: string
enum: ["low", "moderate", "high"]
sugars:
type: string.
type: string
enum: ["low", "moderate", "high"]
packaging_text:
type: string
Expand Down

0 comments on commit 21920a1

Please sign in to comment.