{ "type": "object", "description": "Input for a batch update operation.", "properties": { "inputs": { "type": "array", "example": [ { "id": "500123", "properties": { "key": "value" } } ], "items": { "type": "object", "properties": { "id": { "type": "string" }, "properties": { "type": "object" } } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchUpdateInput" }