{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateNotificationConfigurationRequest", "title": "UpdateNotificationConfigurationRequest", "properties": { "configurationDetails": { "description": "Details of the notification subscription configuration to be updated.", "$ref": "#/components/schemas/NotificationConfigurationDetails" } }, "required": [ "configurationDetails" ], "type": "object" }