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