Klaviyo · Schema

SMSDisclosureStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

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