Klaviyo · Schema

GetGeofenceResponseCollection

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
data array
links object
View JSON Schema on GitHub

JSON Schema

klaviyo-getgeofenceresponsecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetGeofenceResponseCollection",
  "title": "GetGeofenceResponseCollection",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GeofenceResponseObjectResource"
      }
    },
    "links": {
      "$ref": "#/components/schemas/CollectionLinks"
    }
  },
  "required": [
    "data"
  ]
}