{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/responseCartLineItemsItemsPhysicalItemsItemsAllOf1", "title": "responseCartLineItemsItemsPhysicalItemsItemsAllOf1", "type": "object", "properties": { "giftWrapping": { "$ref": "#/components/schemas/responseCartLineItemsPhysicalItemGiftWrapping" }, "isShippingRequired": { "type": "boolean", "description": "Whether this item requires shipping to a physical address." } }, "x-internal": false }