Klaviyo · Schema

MobilePushNoBadge

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
display boolean Whether to display a badge on the app icon
View JSON Schema on GitHub

JSON Schema

klaviyo-mobilepushnobadge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MobilePushNoBadge",
  "title": "MobilePushNoBadge",
  "type": "object",
  "properties": {
    "display": {
      "description": "Whether to display a badge on the app icon",
      "type": "boolean",
      "enum": [
        false
      ]
    }
  },
  "required": [
    "display"
  ]
}