Klaviyo · Schema

SignupCounterStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
padding object
background_color string
View JSON Schema on GitHub

JSON Schema

klaviyo-signupcounterstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignupCounterStyles",
  "title": "SignupCounterStyles",
  "type": "object",
  "properties": {
    "padding": {
      "$ref": "#/components/schemas/Padding"
    },
    "background_color": {
      "type": "string",
      "nullable": true
    }
  }
}