HubSpot · Schema

SimplePublicObjectInput

SimplePublicObjectInput schema from HubSpot Engagement Emails API

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties object
View JSON Schema on GitHub

JSON Schema

engagement-emails-api-simple-public-object-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-emails-api-simple-public-object-input-schema.json",
  "title": "SimplePublicObjectInput",
  "description": "SimplePublicObjectInput schema from HubSpot Engagement Emails API",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  }
}