Klaviyo · Schema

PushOnOpenApp

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

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