Klaviyo · Schema

StaticCount

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
badge_config string
value string
View JSON Schema on GitHub

JSON Schema

klaviyo-staticcount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StaticCount",
  "title": "StaticCount",
  "type": "object",
  "properties": {
    "badge_config": {
      "type": "string",
      "enum": [
        "set_count"
      ]
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "badge_config",
    "value"
  ]
}