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 false false
UnitOfMeasure_Enum Assigned Type: ms-0100:UnitOfMeasure_Enum UnitOfMeasure_Enum false false
PreparedUnitOfMeasure A text description of the unit of measure as the item is prepared (e.g. 1 taco, 1 bowl, 2 ramakins). string false false
Description A textual description of the serving size. string false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "count" : "integer",
  "unitOfMeasureEnum" : {
    "value" : { },
    "extension" : "string"
  },
  "preparedUnitOfMeasure" : "string",
  "description" : "string",
  "extensionPoint" : { }
}