Klaviyo · Schema

MobileOverlay

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
color string
enabled boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-mobileoverlay-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MobileOverlay",
  "title": "MobileOverlay",
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "example": "rgba(20, 20, 20, 0.5)",
      "default": "rgba(20, 20, 20, 0.5)",
      "nullable": true
    },
    "enabled": {
      "type": "boolean",
      "default": false,
      "enum": [
        false
      ]
    }
  }
}