Klaviyo · Schema

SMSDisclosureAccountDefault

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
html object
View JSON Schema on GitHub

JSON Schema

klaviyo-smsdisclosureaccountdefault-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMSDisclosureAccountDefault",
  "title": "SMSDisclosureAccountDefault",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "account_default"
      ]
    },
    "html": {
      "nullable": true
    }
  },
  "required": [
    "type"
  ]
}