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

ServingSize

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
count The amount of the item related to the unit of measure. The unit of measure field identifies how this count is measured such as milligrams or grams (e.g count - 422, UnitOfMeasure - grams to specify a 422 gram serving size). integer
UnitOfMeasure_Enum Assigned Type: ms-0100:UnitOfMeasure_Enum UnitOfMeasure_Enum
PreparedUnitOfMeasure A text description of the unit of measre as the item is prepared (e.g. 1 taco, 1 bowl, 2 ramakins). string
Description A textual description of the serving size. string
ExtensionPoint ExtensionPoint true

Referenced By

Ingredient
MenuItem
Modifier
{
  "@type" : "string",
  "count" : "integer",
  "unitOfMeasureEnum" : {
    "value" : { },
    "extension" : "string"
  },
  "preparedUnitOfMeasure" : "string",
  "description" : "string",
  "extensionPoint" : { }
}