{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-tasks-api-simple-public-object-input-schema.json", "title": "SimplePublicObjectInput", "description": "SimplePublicObjectInput schema from HubSpot Engagement Tasks API", "type": "object", "properties": { "properties": { "type": "object", "additionalProperties": { "type": "string" }, "example": { "key": "value" } } } }