Klaviyo · Schema

DataSourceRecordResourceObject

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type object
attributes object
View JSON Schema on GitHub

JSON Schema

klaviyo-datasourcerecordresourceobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataSourceRecordResourceObject",
  "title": "DataSourceRecordResourceObject",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/DataSourceRecordEnum"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "record": {
          "type": "object"
        }
      },
      "required": [
        "record"
      ]
    }
  },
  "required": [
    "type",
    "attributes"
  ]
}