Klaviyo · Schema

CollectionLinks

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
self string
first string
last string
prev string
next string
View JSON Schema on GitHub

JSON Schema

klaviyo-collectionlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CollectionLinks",
  "title": "CollectionLinks",
  "type": "object",
  "properties": {
    "self": {
      "type": "string",
      "format": "uri"
    },
    "first": {
      "type": "string",
      "format": "uri"
    },
    "last": {
      "type": "string",
      "format": "uri"
    },
    "prev": {
      "type": "string",
      "format": "uri"
    },
    "next": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "self"
  ]
}