Skip to content

Commit

Permalink
fix(product): move additionalProterty to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Jul 27, 2019
1 parent e010d43 commit 713e3e4
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions assets/link-data/products/tomatoes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,35 @@
"priceCurrency": "AUD",
"url": "https://www.woolworths.com.au/shop/productdetails/37810/annalisa-tomatoes-peeled"
}
],
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "ingredients",
"value": ["Peeled tomatoes", "tomato juice"]
},
{
"@type": "PropertyValue",
"name": "servingSize",
"value": "3.0"
},
{
"@type": "PropertyValue",
"name": "Country Of Origin",
"value": "Product of Italy"
},
{
"@type": "NutritionInformation",
"name": "nutrition",
"calories": "108 kJ",
"carbohydrateContent": "4.1 g",
"proteinContent": "1.5 g",
"fatContent": "0.5 g",
"saturatedFatContent": "0 g",
"sodiumContent": "19 mg",
"sugarContent": "3.9 g",
"servingSize": "133 g"
}
]
}
},
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "ingredients",
"value": ["Peeled tomatoes", "tomato juice"]
},
{
"@type": "PropertyValue",
"name": "servingSize",
"value": "3.0"
},
{
"@type": "PropertyValue",
"name": "Country Of Origin",
"value": "Product of Italy"
},
{
"@type": "NutritionInformation",
"name": "nutrition",
"calories": "108 kJ",
"carbohydrateContent": "4.1 g",
"proteinContent": "1.5 g",
"fatContent": "0.5 g",
"saturatedFatContent": "0 g",
"sodiumContent": "19 mg",
"sugarContent": "3.9 g",
"servingSize": "133 g"
}
]
}

0 comments on commit 713e3e4

Please sign in to comment.