HubSpot · JSON Structure

Crm Companies Api Simple Public Object Input Structure

Input for creating or updating a CRM object.

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

SimplePublicObjectInput is a JSON Structure definition published by HubSpot, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-companies-api-simple-public-object-input-structure.json",
  "name": "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"
      }
    }
  }
}