Klaviyo · Schema

ErrorSource

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
pointer string A pointer to the source of the error in the request payload.
View JSON Schema on GitHub

JSON Schema

klaviyo-errorsource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorSource",
  "title": "ErrorSource",
  "type": "object",
  "properties": {
    "pointer": {
      "description": "A pointer to the source of the error in the request payload.",
      "type": "string",
      "example": "/data",
      "default": "/data",
      "nullable": true
    }
  }
}