Source: https://restauranttechnologynetwork.com/technical-documents

BaselineNutrition

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
count The amount of the item specified in the Nutrition Information element (e.g. if the item selected in Nutrition Information is Sodium, this is the amount of sodium. The unit of measure field identifies how this count is measured such as milligrams or grams). integer false false
NutritionInformationType Assigned Type: ms-0100:NutritionInformationType_Enum NutritionInformationType_Enum false false
UnitOfMeasure Assigned Type: ms-0100:UnitOfMeasure_Enum UnitOfMeasure_Enum false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "count" : "integer",
  "nutritionInformationType" : {
    "value" : { },
    "extension" : "string"
  },
  "unitOfMeasure" : {
    "value" : { },
    "extension" : "string"
  },
  "extensionPoint" : { }
}