Klaviyo · Schema

StaticCouponConfig

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
text string
View JSON Schema on GitHub

JSON Schema

klaviyo-staticcouponconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StaticCouponConfig",
  "title": "StaticCouponConfig",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "static"
      ]
    },
    "text": {
      "type": "string",
      "nullable": true
    }
  },
  "required": [
    "type"
  ]
}