{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AchNotificationOfChangeNotificationRequestData", "title": "AchNotificationOfChangeNotificationRequestData", "properties": { "notificationOfChange": { "description": "The Notification of Change information.", "$ref": "#/components/schemas/AchNotificationOfChangeNotificationRequestDataNoc" }, "pspReference": { "description": "PSP Reference.", "type": "string" }, "shopperReference": { "description": "Shopper reference.", "type": "string" } }, "required": [ "pspReference", "shopperReference", "notificationOfChange" ], "type": "object" }