{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataBatchDetailsObject", "properties": { "overall": { "description": "Batch overall information", "items": null, "$ref": "#/components/schemas/OverallObject" }, "transactions": { "description": "List of transactions", "type": "array" }, "refunds": { "description": "List of refunds", "type": "array" } } }