{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/responseCartLineItemsDigitalItemsAllOf0DiscountsItems", "title": "Applied Discount", "type": "object", "properties": { "discountedAmount": { "type": "number", "description": "The discounted amount applied within a given context.", "format": "float" }, "id": { "type": "number", "description": "ID of the applied discount." } }, "x-internal": false }