GetNotificationConfigurationRequest schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notification-configurations-get-notification-configuration-request-schema.json", "title": "GetNotificationConfigurationRequest", "description": "GetNotificationConfigurationRequest schema from Adyen API", "type": "object", "properties": { "notificationId": { "description": "The ID of the notification subscription configuration whose details are to be retrieved.", "format": "int64", "type": "integer" } }, "required": [ "notificationId" ] }