{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentBatchRead", "title": "PaymentBatchRead", "type": "object", "properties": { "payments": { "type": "object", "description": "The list of mutations that were made.", "readOnly": true, "writeOnly": false, "$ref": "#/components/schemas/PaymentBatchAnchoredPayment" } } }