{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PostPaymentResponse", "title": "PostPaymentResponse", "allOf": [ { "$ref": "#/components/schemas/payment-transaction" }, { "properties": { "balance": { "$ref": "#/components/schemas/balance" } }, "type": "object" } ] }