HubSpot · JSON Structure

Hubspot Crm Contacts 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/draft/2020-12/schema meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Input for creating or updating a CRM object.",
  "name": "SimplePublicObjectInput",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The properties to set on the object."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}