{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CorporatePaymentList", "title": "CorporatePaymentList", "type": "object", "properties": { "payments": { "type": "array", "items": { "$ref": "#/components/schemas/CorporatePayment" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }