HubSpot · Schema

SimplePublicObjectInput

Input for creating or updating a CRM object.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties object The properties to set on the object.
View JSON Schema on GitHub

JSON Schema

crm-companies-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/crm-companies-api-simple-public-object-input-schema.json",
  "title": "SimplePublicObjectInput",
  "description": "Input for creating or updating a CRM object.",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The properties to set on the object.",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  }
}