{ "type": "object", "description": "A single input item for batch update", "name": "BatchUpdateInputItem", "properties": { "id": { "type": "string", "description": "The ID of the payment to update" }, "properties": { "type": "object", "description": "The properties to update" }, "idProperty": { "type": "string", "description": "The property to use as the identifier" } }, "required": [ "id", "properties" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }