Klaviyo · Schema

CouponBlockProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
coupon_id string
coupon string
header_enabled boolean
href string
View JSON Schema on GitHub

JSON Schema

klaviyo-couponblockproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CouponBlockProperties",
  "title": "CouponBlockProperties",
  "type": "object",
  "properties": {
    "coupon_id": {
      "type": "string",
      "nullable": true
    },
    "coupon": {
      "type": "string",
      "nullable": true
    },
    "header_enabled": {
      "type": "boolean",
      "nullable": true
    },
    "href": {
      "type": "string",
      "nullable": true
    }
  }
}