{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/orders-applied-packaging-info-structure.json", "name": "AppliedPackagingInfo", "description": "Information describing the guest's packaging preferences for this order, for example utensils, napkins, condiments.\n\nFor more information, see [Packaging preferences](https://doc.toasttab.com/doc/devguide/apiOrdersPackagingPreferences.html)\n", "type": "object", "allOf": [ { "$ref": "#/definitions/ToastReference" }, { "type": "object", "properties": { "appliedPackagingItems": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/AppliedPackagingItem" } } } } ] }