Skip to content

Instantly share code, notes, and snippets.

@danbri
Created February 25, 2020 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbri/9e0083abc03f788e5b645b7593b7b935 to your computer and use it in GitHub Desktop.
Save danbri/9e0083abc03f788e5b645b7593b7b935 to your computer and use it in GitHub Desktop.
{
"@context": ["https://schema.org/", "https://gs1.org/voc/"],
"@type": "DataFeed",
"dateModified": "2019-09-13T14:43:54-07:00",
"dataFeedElement": [{
"@type": "Menu",
"@id": "https://fopatestagent.com/menu/cucina-venti",
"name": "Ameci Pizza + Pasta's Menu",
"hasMenuSection": [{
"@type": "MenuSection",
"@id": "https://fopatestagent.com/menu/cucina-venti/section/1",
"name": "Pizza Specialties",
"hasMenuItem": [{
"@type": ["MenuItem", "FoodBeverageTobaccoProduct"],
"@id": "https://fopatestagent.com/menu/cucina-venti/section/1/item",
"name": "[Vegetarian Pizza]",
"hasAllergen": [{
"@type ": "AllergenDetails ",
"allergenType": "AllergenTypeCode - GLUTEN",
"allergenLevelOfContainmentCode": "CONTAINS"
},
{
"@type": "AllergenDetails",
"allergenType": "AllergenTypeCode - LACTOSE",
"allergenLevelOfContainmentCode": "CONTAINS"
}
],
"additive": [{
"@type": "AdditiveDetails ",
"additiveName": "preservatives",
"additiveLevelOfContainmentCode": "CONTAINS"
},
{
"@type": "AdditiveDetails",
"additiveName": "phosphate",
"additiveLevelOfContainmentCode": "CONTAINS"
}
],
"packaging": {
"@type": "PackagingDetails",
"packagingRecyclingProcessType": "REUSABLE",
"hasReturnablePackageDeposit": {
"@type": "ReturnablePackageDepositDetails",
"returnablePackageDepositAmount": {
"@type": "PriceSpecification",
"price": "0.05",
"priceCurrency": "EUR"
}
}
}
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment