{ "type": "object", "description": "A single input item for batch read", "properties": { "id": { "type": "string", "description": "The ID of the payment to read", "example": "500123" } }, "required": [ "id" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchReadInputItem" }