Klaviyo · Schema

SpinToWinSliceStyle

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
background_color string
text_color string
View JSON Schema on GitHub

JSON Schema

klaviyo-spintowinslicestyle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpinToWinSliceStyle",
  "title": "SpinToWinSliceStyle",
  "type": "object",
  "properties": {
    "background_color": {
      "type": "string",
      "example": "rgba(0,0,0,1)",
      "default": "rgba(0,0,0,1)"
    },
    "text_color": {
      "type": "string",
      "example": "rgba(255,255,255,1)",
      "default": "rgba(255,255,255,1)"
    }
  }
}