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

BaselineNutritionDetail

Properties

Name Description Type Required Generic Enum Ignore
@type string false ${prop.ignore}
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 ${prop.ignore}
NutritionInformationType Assigned Type: ms-0100:NutritionInformationType_Enum NutritionInformationType_Enum false ${prop.ignore}
UnitOfMeasure Assigned Type: ms-0100:UnitOfMeasure_Enum UnitOfMeasure_Enum false ${prop.ignore}
ExtensionPoint ExtensionPoint false ${prop.ignore}
minCount Specifies the minimum amount related to the NutritionalInformation item (may be used when a range is sent). integer false ${prop.ignore}
maxCount Specifies the minimum amount related to the NutritionalInformation item (may be used when a range is sent). integer false ${prop.ignore}
displayRange Specifies the range for the nutritional information count. Typically a slash is used between counts when a menu item has two choices e.g. sandwich with chips or side salad (350\/450) and a dash is used between counts when a menu item has three or more choices e.g. sandwich with chips, side salad or fruit (350-500). string false ${prop.ignore}
shortName Specifies an abbreviated name for the NutritionalInformation item (e.g. Cal, Carbs). string false ${prop.ignore}
ExtensionPoint_Detail ExtensionPoint_Detail false ${prop.ignore}
{
  "@type" : "string",
  "count" : "integer",
  "nutritionInformationType" : {
    "value" : { },
    "extension" : "string"
  },
  "unitOfMeasure" : {
    "value" : { },
    "extension" : "string"
  },
  "extensionPoint" : { },
  "minCount" : "integer",
  "maxCount" : "integer",
  "displayRange" : "string",
  "shortName" : "string",
  "extensionPointDetail" : { }
}