{ "type": "object", "description": "Input for a batch update operation.", "name": "BatchUpdateInput", "properties": { "inputs": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "properties": { "type": "object" } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }