{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateBankTransactionsResponse", "title": "Create bank transaction response", "x-internal": true, "allOf": [ { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/CreateBankTransactions" } } }, { "$ref": "#/components/schemas/PushOperation" } ] }