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