Klaviyo · Schema

ImageBlockCroppingProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
aspect_ratio string
asset_id string
height integer
src string
width integer
x integer
y integer
View JSON Schema on GitHub

JSON Schema

klaviyo-imageblockcroppingproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImageBlockCroppingProperties",
  "title": "ImageBlockCroppingProperties",
  "type": "object",
  "properties": {
    "aspect_ratio": {
      "type": "string",
      "nullable": true
    },
    "asset_id": {
      "type": "string",
      "nullable": true
    },
    "height": {
      "type": "integer",
      "nullable": true
    },
    "src": {
      "type": "string",
      "nullable": true
    },
    "width": {
      "type": "integer",
      "nullable": true
    },
    "x": {
      "type": "integer",
      "nullable": true
    },
    "y": {
      "type": "integer",
      "nullable": true
    }
  }
}