{ "$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" } } } }