{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/refs/heads/main/json-schema/menus-weight-schema.json", "title": "Weight", "description": "The weight of the item or modifier. Use the `weightUnitOfMeasure` value to determine the unit of measurement.\n\nTh `weight` value is `null` if no weight is specified for the item or modifier.\n \nYou can use the `weight` value when determining shipping costs or choosing a delivery vehicle to use.\n", "type": "number", "format": "float" }