{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentInstrumentNotificationData", "title": "PaymentInstrumentNotificationData", "properties": { "balancePlatform": { "description": "The unique identifier of the balance platform.", "type": "string" }, "paymentInstrument": { "description": "Contains information about the payment instrument resource that triggered the event.", "$ref": "#/components/schemas/PaymentInstrument" } }, "type": "object" }