Klaviyo · Schema

SpacerBlockStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
background_color string
height integer
View JSON Schema on GitHub

JSON Schema

klaviyo-spacerblockstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpacerBlockStyles",
  "title": "SpacerBlockStyles",
  "type": "object",
  "properties": {
    "background_color": {
      "type": "string",
      "nullable": true
    },
    "height": {
      "type": "integer",
      "nullable": true
    }
  }
}