{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AbandondedCartEmailPayload", "title": "", "type": "object", "properties": { "is_active": { "type": "boolean" }, "coupon_code": { "$ref": "#/components/schemas/CouponCode" }, "notify_at_minutes": { "$ref": "#/components/schemas/NotifyAtMinutes" }, "template": { "$ref": "#/components/schemas/Template" } }, "x-internal": false }