Klaviyo · Schema

SpinToWinSliceConfig

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
label string
probability integer
step_id string
View JSON Schema on GitHub

JSON Schema

klaviyo-spintowinsliceconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpinToWinSliceConfig",
  "title": "SpinToWinSliceConfig",
  "type": "object",
  "properties": {
    "label": {
      "type": "string"
    },
    "probability": {
      "type": "integer"
    },
    "step_id": {
      "type": "string"
    }
  },
  "required": [
    "label",
    "probability",
    "step_id"
  ]
}