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