Klaviyo · Schema

DataWarehouseImportMethodFilter

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
field string
method string
View JSON Schema on GitHub

JSON Schema

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