Klaviyo · Schema

BodyStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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