Klaviyo · Schema

SMSConsentCheckboxStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
padding object
background_color string
horizontal_alignment string Horizontal alignment enumeration.
View JSON Schema on GitHub

JSON Schema

klaviyo-smsconsentcheckboxstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSConsentCheckboxStyles",
  "title": "SMSConsentCheckboxStyles",
  "type": "object",
  "properties": {
    "padding": {
      "$ref": "#/components/schemas/Padding"
    },
    "background_color": {
      "type": "string",
      "nullable": true
    },
    "horizontal_alignment": {
      "description": "Horizontal alignment enumeration.",
      "type": "string",
      "example": "left",
      "default": "left",
      "enum": [
        "center",
        "left",
        "right"
      ]
    }
  }
}