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