{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/commerce-subscriptions-api-batch-update-input-structure.json", "name": "BatchUpdateInput", "description": "BatchUpdateInput schema from HubSpot Commerce Subscriptions API", "type": "object", "properties": { "inputs": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } } }, "example": [ { "id": "500123", "properties": { "key": "value" } } ] } } }