Klaviyo · Schema

OnlyRelatedLinks

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
related string
View JSON Schema on GitHub

JSON Schema

klaviyo-onlyrelatedlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnlyRelatedLinks",
  "title": "OnlyRelatedLinks",
  "type": "object",
  "properties": {
    "related": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "related"
  ]
}