{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/responseCartLineItemsPhysicalItemGiftWrapping", "title": "Gift Wrapping", "type": "object", "properties": { "amount": { "type": "number", "description": "Gift-wrapping price per product.", "format": "float" }, "message": { "type": "string" }, "name": { "type": "string", "description": "Name of the gift-wrapping option." } }, "nullable": true, "x-internal": false }