Klaviyo · Schema

GetMetricPropertiesRelationshipsResponseCollection

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

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

JSON Schema

klaviyo-getmetricpropertiesrelationshipsresponsecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetMetricPropertiesRelationshipsResponseCollection",
  "title": "GetMetricPropertiesRelationshipsResponseCollection",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "type",
          "id"
        ],
        "properties": {
          "type": {
            "$ref": "#/components/schemas/MetricPropertyEnum"
          },
          "id": {
            "description": "The ID of the metric property",
            "type": "string",
            "example": "925e385b52fb405715f3616c337cc65c"
          }
        }
      }
    },
    "links": {
      "$ref": "#/components/schemas/CollectionLinks"
    }
  },
  "required": [
    "data"
  ]
}