{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-meetings-api-batch-create-input-schema.json", "title": "BatchCreateInput", "description": "BatchCreateInput schema from HubSpot Engagement Meetings API", "type": "object", "properties": { "inputs": { "type": "array", "items": { "type": "object", "properties": { "properties": { "type": "object", "additionalProperties": { "type": "string" }, "example": { "key": "value" } } } }, "example": [ { "properties": { "key": "value" } } ] } } }