Klaviyo · Schema

UniversalContentResponseObjectResource

MarketingEmailSMSCustomer DataE-CommerceAutomation

Properties

Name Type Description
type object
id string The ID of the universal content
attributes object
links object
View JSON Schema on GitHub

JSON Schema

klaviyo-universalcontentresponseobjectresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UniversalContentResponseObjectResource",
  "title": "UniversalContentResponseObjectResource",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/TemplateUniversalContentEnum"
    },
    "id": {
      "description": "The ID of the universal content",
      "type": "string",
      "example": "01HWWWKAW4RHXQJCMW4R2KRYR4"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "name": {
          "description": "The name for this universal content",
          "type": "string"
        },
        "definition": {
          "nullable": true,
          "oneOf": [
            {
              "$ref": "#/components/schemas/ButtonBlockV0"
            },
            {
              "$ref": "#/components/schemas/CouponBlockV0"
            },
            {
              "$ref": "#/components/schemas/DropShadowBlockV0"
            },
            {
              "$ref": "#/components/schemas/HeaderBlockV0"
            },
            {
              "$ref": "#/components/schemas/HorizontalRuleBlockV0"
            },
            {
              "$ref": "#/components/schemas/HTMLBlockV0"
            },
            {
              "$ref": "#/components/schemas/ImageBlockV0"
            },
            {
              "$ref": "#/components/schemas/ProductBlockV0"
            },
            {
              "$ref": "#/components/schemas/ReviewBlockV0"
            },
            {
              "$ref": "#/components/schemas/SocialBlockV0"
            },
            {
              "$ref": "#/components/schemas/SpacerBlockV0"
            },
            {
              "$ref": "#/components/schemas/SplitBlockV0"
            },
            {
              "$ref": "#/components/schemas/TableBlockV0"
            },
            {
              "$ref": "#/components/schemas/TextBlockV0"
            },
            {
              "$ref": "#/components/schemas/UnsupportedBlock"
            },
            {
              "$ref": "#/components/schemas/VideoBlockV0"
            },
            {
              "$ref": "#/components/schemas/SectionV0"
            }
          ]
        },
        "created": {
          "description": "The datetime when this universal content was created",
          "type": "string",
          "format": "date-time",
          "example": "2022-11-08T00:00:00+00:00"
        },
        "updated": {
          "description": "The datetime when this universal content was updated",
          "type": "string",
          "format": "date-time",
          "example": "2022-11-08T00:00:00+00:00"
        },
        "screenshot_status": {
          "description": "The status of a universal content screenshot.",
          "type": "string",
          "enum": [
            "completed",
            "failed",
            "generating",
            "never_generated",
            "not_renderable",
            "stale"
          ]
        },
        "screenshot_url": {
          "type": "string"
        }
      },
      "required": [
        "name",
        "created",
        "updated",
        "screenshot_status",
        "screenshot_url"
      ]
    },
    "links": {
      "$ref": "#/components/schemas/ObjectLinks"
    }
  },
  "required": [
    "type",
    "id",
    "attributes",
    "links"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/klaviyo-universalcontentresponseobjectresource"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.