{ "type": "object", "description": "Input for reading a single item in a batch", "properties": { "id": { "type": "string", "description": "The call identifier", "example": "512" } }, "required": [ "id" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchReadInput" }